0.1.1
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Loading...</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta property="og:title" content="Главная">
|
||||
<meta property="og:site_name" content="manga.nyaa.ninja">
|
||||
<meta property="og:description" content="Главная страница">
|
||||
<!--
|
||||
<meta name="viewport" content="height=device-height">
|
||||
<meta name="viewport" content="user-scalable=yes">
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="body-trans">
|
||||
<div id="maindiv">
|
||||
<progress class="progress-page" id="progresspage"></progress><br><h id="titlesys"></h>
|
||||
<div id="bodydiv">
|
||||
<img id="cover" class="cover">
|
||||
<div id="title" class="titlediv">
|
||||
<h1>Manga.nyaa.ninja</h1>
|
||||
</div>
|
||||
<p id="helper1" class="invis"></p>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a class="aace" href="mailto:dcma@nyaa.ninja?subject=Manga-DCMA" target="_blank">/DCMA</a> | <a class="aace" href="https://t.me/Manga_nyaa_ninja" target="_blank">/Telegram</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
start();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user