diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-06-05 05:39:28 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-06-05 05:39:28 -0400 |
| commit | 3e3d72d06049fe8c661850bce2ef536b27b663fc (patch) | |
| tree | f2e72b8deaa93364e7ac0c83d90f0f3f0c020c67 /source | |
| parent | cd760f0cf83cb00b9c4b372ed1b6ed5baf1b6272 (diff) | |
Modified for user generated scripts and css
Diffstat (limited to 'source')
| -rw-r--r-- | source/readfile.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/readfile.js b/source/readfile.js index 744d871..7bb16a5 100644 --- a/source/readfile.js +++ b/source/readfile.js @@ -65,8 +65,6 @@ class ReadFile { <html lang='en'> <head> <title>Welcome to my website!</title> - <link rel='stylesheet' href='/css/prism.css'/> - <link rel='stylesheet' href='/css/main.css'/> <meta name='description' content='${x.description}'> <meta name='keywords' content='${x.keywords}'> <meta name='viewport' content='width=device-width, initial-scale=1'> @@ -86,10 +84,9 @@ class ReadFile { <html> <head> <title>Welcome to my website!</title> - <link rel='stylesheet' href='/css/main.css'/> - <link rel='stylesheet' href='/css/prism.css'/> <meta name='description' content=''> <meta name='keywords' content=''> + <meta name='viewport' content='width=device-width, initial-scale=1'> </head> <body> <section id='main'> |
