-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
20 lines (20 loc) · 913 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en" class="mdl-js">
<head>
<link rel="manifest" href="./manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,500,400italic,700,500italic,900,700italic,900italic' rel='stylesheet' type='text/css' />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>
Standard Project Template
</title>
</head>
<body>
<div id="react-root">
</div>
<script src="/build/bundle.js" charset="utf-8">
</script>
</body>
</html>