1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/templates/site.html.hbs

25 lines
611 B
Handlebars
Raw Normal View History

2020-10-14 00:13:00 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width,
initial-scale=1,
maximum-scale=1,
shrink-to-fit=no,
user-scalable=no"/>
<title>FediHub</title>
2020-10-15 19:46:42 +00:00
2020-10-15 20:49:43 +00:00
<link rel="stylesheet" href="/assets/bundle.css">
2020-10-14 00:13:00 +00:00
</head>
<body>
2020-10-15 21:07:29 +00:00
{{> navbar}}
2020-10-15 21:04:06 +00:00
2020-10-14 00:13:00 +00:00
{{~> page}}
2020-10-15 19:46:42 +00:00
2020-10-15 20:49:43 +00:00
<script type="text/javascript" src="/assets/bundle.js"></script>
2020-10-14 00:13:00 +00:00
</body>
</html>