This commit is contained in:
Auric Vente 2021-06-22 15:59:12 -06:00
parent 241b4c9104
commit e5e24077cc
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title> Coke Bottle Glasses </title> <title>Coke Bottle Glasses</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="style.css?v=1"> <link rel="stylesheet" type="text/css" href="style.css?v=1">
@ -10,7 +10,7 @@
<script src='nouns.js?v=1'></script> <script src='nouns.js?v=1'></script>
<script> <script>
window.onload = function(){ window.onload = function() {
M.init() M.init()
} }
</script> </script>