Package structure and building
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!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">
|
||||
<link rel="stylesheet" href="/empact.css">
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600">
|
||||
</head>
|
||||
<body></body>
|
||||
<script src="/empact.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user