This commit is contained in:
Jesse James Isler 2022-03-28 10:31:24 +02:00
parent a49414c2e2
commit e4cf10c912
2 changed files with 8 additions and 6 deletions

View File

@ -14,12 +14,20 @@
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!--My Custom Styleshit-->
<link rel="stylesheet" href="css/styles.css">
<!--MATERIALIZE-->
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--jQuery-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js"></script>
</head>
<body>

View File

@ -72,11 +72,5 @@
</div>
</div>
<script>
var el = document.querySelector('.tabs');
var instance = M.Tabs.init(el, {});
</script>
</body>
</html>