-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (43 loc) · 1.69 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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ICE | CPPS Theme</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
<meta charset="UTF-8">
<meta name="description" content="The best theme for CPPS, ICE. Built by AmusingThrone">
<meta name="keywords" content="cpps,ice,club penguin,free,theme, cpb">
<meta name="author" content="AmusingThrone">
</head>
<body>
<header>
<h1><a href="/">ICE</a></h1>
<nav>
<li><a href="/">Home</a></li>
<li><a href="/register/">Register</a></li>
<li><a href="/play/">Play</a></li>
</nav>
</header>
<section class="ice">
<div class="background-image"></div>
<h1>CPPS Theme: ICE</h1>
<h3>A Modern Hand Crafted Theme for CPPS.</h3>
<a href="/play/" class="btn">Play Now!</a>
<br />
</section>
<footer>
<ul>
<li><a href="#" target="_blank"><i class="fa fa-rss-square"></i></a></li>
<li><a href="https://twitter.com/amusingthrone" target="_blank"><i class="fa fa-twitter-square"></i></a></li>
<li><a href="https://github.com/amusingthrone" target="_blank"><i class="fa fa-github-square"></i></a></li>
</ul>
<p>Coded with ♥ by <a href="https://www.amusingthrone.com" target="_blank">AmusingThrone</a>.</p>
<p>© 2017 Your CPPS.</p>
</footer>
</body>
</html>