mirror of
https://github.com/Foltik/Shimapan
synced 2024-12-03 10:59:13 -05:00
25 lines
793 B
HTML
25 lines
793 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Shimapan</title>
|
|
<base href="/"/>
|
|
<link rel="stylesheet" href="/css/home.css"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"/>
|
|
<script src="/js/shimapan.bundle.js"></script>
|
|
</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="https://github.com/Foltik/shimapan">GitHub</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</body>
|
|
</html> |