1
0
Fork 0

Include JS and CSS bundles

This commit is contained in:
Alex Kotov 2020-10-16 00:46:42 +05:00
parent b018930bc3
commit 69311c5f19
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

View File

@ -10,9 +10,13 @@
user-scalable=no"/>
<title>FediHub</title>
<link rel="stylesheet" href="/public/assets/site.css">
</head>
<body>
{{~> page}}
<script type="text/javascript" src="/public/assets/site.js"></script>
</body>
</html>