- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
18 lines (15 loc) · 550 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (15 loc) · 550 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title></title>
<linkrel='stylesheet' href='./css/style.css' type='text/css'/>
<linkrel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" />
<metacontent="width=device-width, initial-scale=1, maximum-scale=6" name="viewport">
</head>
<body>
<divid='app'></div>
<scripttype="text/javascript" src='bundle.js'></script>
<script>
</script>
</body>
</html>