Skip to content

Commit e285f8c

Browse files
committed
Update index.html
1 parent 10172ed commit e285f8c

File tree

1 file changed

+54
-5
lines changed

1 file changed

+54
-5
lines changed

index.html

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,59 @@
77
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
88
<title>EpochMod.com - Arma 3 Mod</title>
99
<meta name="description" content="Epoch Mod is a hybrid of genres with elements of science fiction and horror. Epoch is set in 2035, just two years after a massive world wide extinction. The exact cause is unknown and the only people left are clones with no memory of the past. Documents found in the world tell a us that before the mass extinction event, The largest technology corporation had made great breakthroughs. This technology changed the world in many ways and is thought to be the cause of the extinction.">
10-
<link href="https://fonts.googleapis.com/css?family=Covered+By+Your+Grace" rel="stylesheet" type="text/css">
10+
<link href='https://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
11+
<!-- Latest compiled and minified CSS -->
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css">
12-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap-theme.min.css">
13-
<style>body{background:#000}.topadsizelimit{max-height:100px}.container-fluid,.grid{background:#000}.thumbnail{display:block;margin-bottom:0;line-height:1.42857143;border:0;border-radius:0;font-family:'Covered By Your Grace',cursive;font-size:18px;background:url("custom/polaroid1.png") no-repeat 0 0/100% transparent;padding:3% 6%}.thumbnail-sea{background-image:url("custom/polaroid2.png")}.thumbnail .caption{padding-left:18%;color:#333;background:url("custom/YellowLegal.png") repeat-y 0 0/100% transparent;box-shadow:1px 2px 2px 2px #888}</style>
13+
<!-- Optional theme -->
14+
<link rel="stylesheet"
15+
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap-theme.min.css">
16+
17+
<style>
18+
body {
19+
background-color: #000;
20+
}
21+
22+
.topadsizelimit {
23+
max-height: 100px;
24+
}
25+
26+
.container-fluid,
27+
.grid {
28+
background-color: #000000;
29+
}
30+
31+
.thumbnail {
32+
display: block;
33+
margin-bottom: 0;
34+
line-height: 1.42857143;
35+
border: 0;
36+
border-radius: 0;
37+
font-family: 'Covered By Your Grace', cursive;
38+
font-size: 18px;
39+
background-image: url("custom/polaroid1.png");
40+
background-color: transparent;
41+
background-size: 100%;
42+
background-repeat: no-repeat;
43+
padding: 3% 6% 3% 6%;
44+
}
45+
46+
.thumbnail-sea {
47+
background-image: url("custom/polaroid2.png");
48+
}
49+
50+
.thumbnail .caption {
51+
padding-left: 18%;
52+
color: #333;
53+
54+
background-image: url("custom/YellowLegal.png");
55+
background-color: transparent;
56+
background-size: 100%;
57+
background-repeat: repeat-y;
58+
59+
box-shadow: 1px 2px 2px 2px #888888;
60+
}
61+
</style>
62+
1463
</head>
1564
<body>
1665

@@ -90,7 +139,7 @@
90139
<ul class="dropdown-menu" role="menu">
91140
<li><a data-filter=".downloads.client" href="#" onclick="return false;">Client</a></li>
92141
<li><a data-filter=".downloads.server" href="#" onclick="return false;">Server</a></li>
93-
<li><a href="a2dayzepoch.php">DayZ Epoch</a></li>
142+
<li><a href="a2dayzepoch.html">DayZ Epoch</a></li>
94143
</ul>
95144
</div>
96145

@@ -452,7 +501,7 @@ <h4>Legacy Client Downloads:</h4>
452501
</div>
453502
<br/>
454503
<br/>
455-
<a class="btn btn-default" href="/a2dayzepoch.php">Arma 2: DayZ Epoch - Info and
504+
<a class="btn btn-default" href="/a2dayzepoch.html">Arma 2: DayZ Epoch - Info and
456505
Downloads</a>
457506
<br/>
458507

0 commit comments

Comments
 (0)