-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 916 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 916 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
26
<html lang="en-US">
<head>
<title>React Comienzo</title>
<link rel="stylesheet" href="/public/vendor/materialize/css/materialize.min.css">
<link rel="stylesheet" href="/public/css/loader.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#1B5E20">
<meta charset="utf-8">
<link rel="icon" href="/public/images/icons/favicon.ico">
<link rel="manifest" href="/public/manifest.json">
</head>
<body>
<script src="/public/vendor/jquery/jquery.min.js"></script>
<script src="/public/vendor/materialize/js/materialize.min.js"></script>
<div id="main"></div>
<div class="loading">
<h1>Loading</h1>
<span class="spinner">
<span class="double-bounce1"></span>
<span class="double-bounce2"></span>
</span>
</div>
<script src="/public/bundle.js"></script>
</body>
</html>