-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (39 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="/fonts/roboto/import.css">
<link rel="stylesheet" type="text/css" href="/css/material_light.css">
<script type="text/javascript" src="/js/theme.js"></script>
<title>Index HTML</title>
</head>
<style>
h1 {
text-align: center;
}
ul {
padding: 0 !important;
list-style-type: none;
text-align: center;
}
ul li a {
display: block;
padding: 0.5rem;
}
</style>
<body id="home" class="modification" style="font-family:inherit;">
<script type="text/javascript" src="/js/less-dev.js"></script>
<h1>Список фрагментов приложения</h1>
<ul>
<li><a href="index.html">Главная стр.</a></li>
<li><a href="topic.html">Топик</a></li>
<li><a href="news.html">Новости</a></li>
<li><a href="qms.html">QMS</a></li>
<li><a href="search.html">Поиск</a></li>
<li><a href="profile_morfij.html">Профиль (Морфий)</a></li>
<li><a href="edit_form.html">Редактор BB-Codes</a></li>
<li><a href="multimoderation.html">Мультимодерация</a></li>
</ul>
</body>
</html>