1
0
Fork 0
empact/build/index.html

17 lines
750 B
HTML
Raw Normal View History

2015-03-17 08:57:45 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8">
<title>Empact</title>
<link rel="shortcut icon" sizes="16x16 32x32 64x64" href="/images/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon_128.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon_128.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon_128.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_128.png">
2015-03-17 09:18:13 +00:00
<link rel="stylesheet" href="/app.css">
2015-03-17 08:57:45 +00:00
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600">
</head>
<body></body>
2015-03-17 09:18:13 +00:00
<script src="/app.js"></script>
2015-03-17 08:57:45 +00:00
</html>