forked from b2evolution/b2evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.template.html
48 lines (44 loc) · 2.06 KB
/
readme.template.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
<!DOCTYPE html>
<html lang="en">
<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>b2evolution readme</title>
<!-- Bootstrap -->
<link href="rsc/ext/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="rsc/build/b2evo_helper_screens.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="readme.html">Read me</a></li>
<li role="presentation"><a href="install/index.php">Installer</a></li>
<li role="presentation"><a href="index.php">Your site</a></li>
</ul>
</nav>
<h3 class="text-muted"><a href="http://b2evolution.net/">
<img src="rsc/img/b2evolution_254x52.png" width="254" height="52" alt="b2evolution" class="b2evolution_plane_logo"
srcset="rsc/img/b2evolution_508x104.png 2x,
rsc/img/b2evolution_762x156.png 3x" /></a>
</h3>
</div>
<div class="jumbotron">
<h2 class="h1">Welcome to b2evolution!</h2>
<p class="lead">If you're new to b2evolution, we recommend you follow our <a href="http://b2evolution.net/man/getting-started" class="text-nowrap">Getting Stated / Installation Guide</a>.</p>
<p class="lead">If you're about to upgrade make sure you know the different <a href="http://b2evolution.net/man/upgrading" class="text-nowrap">Upgrade Options</a>.</p>
</div>
<%=content%>
<footer class="footer">
<p class="pull-right"><a href="https://github.com/b2evolution/b2evolution" class="text-nowrap">GitHub page</a></p>
<p><a href="http://b2evolution.net/" class="text-nowrap">b2evolution.net</a>
• <a href="https://b2evolution.net/web-hosting/cheap-plans/" class="text-nowrap">Find a host</a>
• <a href="http://b2evolution.net/man/" class="text-nowrap">Online manual</a>
• <a href="http://forums.b2evolution.net" class="text-nowrap">Help forums</a>
</p>
</footer>
</div><!-- /container -->
</body>
</html>