Repositories
Help
ducky/web
Commits
Files
Paddy
2015-07-03
Parent:
99a43a6d1d30
Child:
5d47855181e1
15:0340f522bce9
Go to Latest
ducky/web/index.html
Upgrade babel. Take advantage of shorter compilation times. Woohoo!
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<link rel="stylesheet" href="/static/main.css" />
6
</head>
7
<body>
8
</body>
9
<script src="/static/common.js"></script>
10
<script src="/static/bundle.js"></script>
11
</html>