Skip to main content

Add some empty CSS/JS links to my basic HTML

ID
9b3fbae
date
2024-06-07 11:12:02+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
09c8c49
message
Add some empty CSS/JS links to my basic HTML
changed files
1 file, 4 additions

Changed files

expansions/empty_page.html (267) → expansions/empty_page.html (349)

diff --git a/expansions/empty_page.html b/expansions/empty_page.html
index f7a4b16..f022c0c 100644
--- a/expansions/empty_page.html
+++ b/expansions/empty_page.html
@@ -6,6 +6,10 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
   
+  <script src="app.js"></script>
+  
+  <link href="style.css" rel="stylesheet">
+  
   <style></style>
 </head>