- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
12 lines (12 loc) · 471 Bytes
/
index.html
File metadata and controls
12 lines (12 loc) · 471 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<title>Dogstack Example</title>
<style id="app-styles"></style>
<style id="app-fonts"></style>
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet" />
</head>
<body>
</body>
</html>