-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdemo.html
More file actions
25 lines (18 loc) · 771 Bytes
/
demo.html
File metadata and controls
25 lines (18 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack Monitor</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,500,300,900,100' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.js"></script>
<link href="css/demo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="returnHead"><a href="/">exit demo</a></div>
<!-- React appends to this div -->
<div id="root"></div>
<script src="js/app.js"></script>
</body>
</html>