GitHub pages won't load scripts without a type attribute

This commit is contained in:
hensm
2019-01-13 21:44:18 +00:00
parent 3667a2ab8f
commit fd55c0db6d

View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" href="photon.css"> <link rel="stylesheet" href="photon.css">
<link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="index.css">
<script src="index.js" defer></script> <script type="text/javascript" src="index.js" defer></script>
</head> </head>
<body> <body>
<div class="container"> <div class="container">