-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 578 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE>
<html>
<head>
<meta charset="utf8" />
<title>🥥 Coconut.ui Bootstrap Example</title>
<meta property="og:image" content="https://haxe.stroep.nl/coconut-bootstrap/example/example.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body class="bg-light">
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<script src="example.js"></script>
</body>
</html>