mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-12 03:14:19 +02:00
modernise layout a bit
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>{{ page.title }}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ '/stylesheets/styles.css' | relative_url }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1 class="site-title"><a href="/">Altorouter</a></h1>
|
||||
<h1 class="site-title"><a href="{{ '/' | relative_url }}">Altorouter</a></h1>
|
||||
<p>PHP5.3+ Routing Class. Supports REST, dynamic and reversed routing. </p>
|
||||
|
||||
<p class="view"><a href="https://github.com/dannyvankooten/AltoRouter">View the Project on GitHub <small>dannyvankooten/AltoRouter</small></a></p>
|
||||
@@ -24,14 +22,10 @@
|
||||
{{ content }}
|
||||
</section>
|
||||
<footer>
|
||||
|
||||
<iframe src="/github-stars.html?user=dannyvankooten&repo=altorouter&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="120px" height="20px" style="margin-bottom: 20px;"></iframe>
|
||||
|
||||
<iframe src="/github-stars.html?user=dannyvankooten&repo=altorouter&type=watch&count=true" allowtransparency="true" width="120px" height="20px" style="margin-bottom: 20px;"></iframe>
|
||||
<p>This project is maintained by <a href="https://github.com/dannyvankooten">dannyvankooten</a></p>
|
||||
<p><small>Hosted on GitHub Pages<br />Theme by <a rel="nofollow" href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/javascripts/scale.fix.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user