summaryrefslogtreecommitdiff
path: root/index.txt
blob: 07f8f3767e49d60852baa996a3bc8cd29a413e4e (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="keywords" content="anime manga">
<meta name="description" content="Anime tracking and rating for daniel_j">
<meta name="author" content="Daniel Jones">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-control" content="public">
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>Anime</title>
<style>
body
{
	margin-right: 5%;
	margin-left: 5%;
	background: #ffe6ff url(tile.png) repeat center center fixed;
}

.middle{text-align: center;}

.anime
{
	font-size: 80%;
	padding: 20px;
	overflow: hidden;
}

.anime img
{
	margin-right: 15px;
	float: left;
}

.box 
{
	margin: 5px;
	float: left;
	width: 25%;
	overflow: hidden;
}

.content
{
	position: absolute;
	background-color: #fafafa;
	border-radius: 25px;
	border: 2px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
	width: 90%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}
</style>
</head>
<body> 
<div class="content">
<div class="middle">
<h2>Static anime progress</h2>
filter: <br>
<a href="/finished.html"><font color=green>finished</font></a> 
<a href="/watching.html"><font color=red>watching</font></a> 
<a href="/onhold.html"><font color=orange>on hold</font></a> <br>
<a href="/highestfirst.html">highest score first</a> 
<a href="/lowestfirst.html">lowest score first</a> 
</div>

{CONTENT}

</div>

</body>
</html>