Remove 'defer' from module script tag, invalid html

docs
mdPlusPlus 3 years ago
parent 9efa2010cd
commit 400e5f936d

@ -14,7 +14,7 @@
<?php include "+components/page-head.php" ?> <?php include "+components/page-head.php" ?>
<link rel="stylesheet" href="styles2.css"> <link rel="stylesheet" href="styles2.css">
<script type="module" src="main.js" defer></script> <script type="module" src="main.js"></script>
<title>Self-updating list of active Session communities</title> <title>Self-updating list of active Session communities</title>
</head> </head>
<body onload="onLoad(<?php echo $timestamp ?>)"> <body onload="onLoad(<?php echo $timestamp ?>)">

Loading…
Cancel
Save