2017-10-14 15:16:58 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<base href="/"/>
|
|
|
|
<title>Shimapan</title>
|
|
|
|
|
2017-10-20 13:30:01 -04:00
|
|
|
<link rel="stylesheet" href="/css/home.min.css"/>
|
2017-10-14 15:16:58 -04:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"/>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"/>
|
|
|
|
|
2017-10-20 13:30:01 -04:00
|
|
|
<script src="/libs/app/shimapan.bundle.js"></script>
|
2017-10-14 15:16:58 -04:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body ng-app="shimapan">
|
|
|
|
<div id="container">
|
|
|
|
<h1>Shimapan~</h1>
|
|
|
|
<upload-component></upload-component>
|
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/">Shimapan</a></li>
|
|
|
|
<li><a href="/panel">Panel</a></li>
|
|
|
|
<li><a href="">Tools</a></li>
|
|
|
|
<li><a href="">Git</a></li>
|
|
|
|
<li><a href="">FAQ</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|