Skip to content

Commit 01c8ed4

Browse files
styling
1 parent 1bcef2a commit 01c8ed4

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/public/index.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,10 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7-
<meta
8-
http-equiv="Content-Security-Policy"
9-
content="default-src 'self' https: filesystem: data: ws: 'unsafe-eval' 'unsafe-inline'"
10-
/>
7+
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https: filesystem: data: ws: 'unsafe-eval' 'unsafe-inline'" />
118
<title>ReacType</title>
12-
<link
13-
rel="stylesheet"
14-
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
15-
/>
16-
<link
17-
rel="stylesheet"
18-
href="https://fonts.googleapis.com/icon?family=Material+Icons"
19-
/>
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
2011
</head>
2112

2213
<body>

0 commit comments

Comments
 (0)