This repository has been archived by the owner on Aug 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
76 lines (67 loc) · 3.77 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
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
76
<!DOCTYPE html>
<html>
<head>
<title>CPB - Template</title>
<link rel="stylesheet" href="https://bootswatch.com/paper/bootstrap.min.css"> <!-- Download locally for development? -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <!-- Download locally for development? -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <!-- Download locally for development? -->
<link rel="stylesheet" href="/assets/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Product+Sans' rel='stylesheet' type='text/css'> <!-- Download locally for development? -->
<meta charset="UTF-8">
<meta name="description" content="The best Bootstrap 3 theme for CPPS. Built by AmusingThrone">
<meta name="keywords" content="cpps,cpb,club penguin,free,theme">
<meta name="author" content="AmusingThrone">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div id="wrap">
<div id="main">
<body>
<nav class="navbar navbar-default navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#nav-bar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/" style="padding-top:13.5px;">CPB</a>
</div>
<div class="collapse navbar-collapse" id="nav-bar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="/">Home</a>
</li>
<li><a href="/register">Register</a>
</li>
<li><a href="/play">Play</a>
</li>
</ul>
</div>
</div>
</nav>
<br/>
<br/>
<br/>
<div class="container">
<div class="row" style="margin-top:1em">
<div class="col-md-10 col-md-offset-1">
<div class="jumbotron" id="home-jumbo">
<h2>CPB - An Innovative CPPS Template</h2>
<h4>Built with Bootstrap 3</h4>
<br>
<p>Welcome to CPB - an exciting new CPPS theme to bring your fantastic new adventures to life. Click the register button below to create your free account and start your journey today!</p>
<br>
<center>
<p><a class="btn btn-primary btn-lg " href="/play" role="button">Play Now</a> or <a class="btn btn-warning btn-lg " href="/register" role="button">Register</a>
</p>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">Theme: <a class="credits" href="https://github.com/AmusingThrone/cpb/" target="_blank">CPB</a>. © <a class="credits" href="https://github.com/AmusingThrone" target="_blank">AmusingThrone</a> 2017.</div>
<div id="disclaimer">Your CPPS is an educational instance. We do not hold copyright for any of Disney's files. <a class="a-eduinstance" href="https://www.law.cornell.edu/uscode/text/17/107">17 U.S. Code § 107</a></div>
</body>
</html>