mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 09:57:37 +00:00
Casper - initial commit to separate GitHub repo
This commit is contained in:
20
default.hbs
Normal file
20
default.hbs
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>{{ghostGlobals.title}} | {{ghostGlobals.description}}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
|
||||
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a id="logo" href="/"><img src="/content/images/logo.png" alt="Logo"></a>
|
||||
<a id="title" href="/">{{ghostGlobals.title}}</a>
|
||||
<p id="description">{{ghostGlobals.description}}</p>
|
||||
<div class="clearfix"></div>
|
||||
</header>
|
||||
{{{body}}}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user