progress on pages & optimisation of js

This commit is contained in:
2023-03-23 13:27:26 +01:00
parent 47f6de711a
commit 2f84fc92b4
4 changed files with 25 additions and 18 deletions

View File

@@ -1,11 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Home :: Development - janishutz.com</title>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script defer="" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script defer src="/js/loader.js"></script>
<meta name="keywords" content="">
<meta name="description" content="">
<title>Home :: Development - janishutz.com</title>
</head>
<body>
<div id="nav"></div>