Initial project push.
This commit is contained in:
10
templates/head.html
Normal file
10
templates/head.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<head>
|
||||
<title>Origo</title>
|
||||
<link rel="icon" type="image/png" href="../theme/images/favicon.png">
|
||||
<link rel="stylesheet" href="../theme/style.css">
|
||||
<script src="../theme/js/main.js" defer></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||
</head>
|
||||
Reference in New Issue
Block a user