init
This commit is contained in:
15
utilities/head.php
Normal file
15
utilities/head.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/reset.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/body.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/tools/nav.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/tools/footer.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/index/contact.css">
|
||||
|
||||
<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=Montserrat:ital,wght@0,200;1,200&display=swap" rel="stylesheet">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
|
||||
<script src="https://kit.fontawesome.com/e5347c4a92.js" crossorigin="anonymous"></script>
|
||||
Reference in New Issue
Block a user