forked from super3/primecoin.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmine.php
37 lines (30 loc) · 1018 Bytes
/
mine.php
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
<?php include("header.php"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<div class="container-wrapper container-top container-wrapper-prime">
<div class="container container-top">
<div class="row">
<div class="col-md-12 center">
<h1>Mine Primecoin</h1>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<div class="clear"></div>
<div class="container" id="content">
<div class="row">
<div class="col-md-8">
Coming Soon... In the meantime check out <a href='http://xpmforall.org/'>XpmForAll.org</a>
</div>
<div class="col-md-4 sidebar">
<?php include("sidebar.php"); ?>
</div><!-- end sidebar -->
</div><!-- end row -->
</div><!-- end container -->
<?php include("footer.php"); ?>
</body>
</html>