diff options
author | Daniel Jones <admin@danieljon.es> | 2020-05-06 14:44:04 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-05-06 14:44:04 +0930 |
commit | 4e811e1979ec664cbdfcc684624d7f6db58d0a6f (patch) | |
tree | 83aaa4b7a1787f58ffe709aa62312f8e9b11292a | |
parent | 14f39be69c94ec0b045a8c7153ad1eb1e275d401 (diff) | |
download | websitegenerator-4e811e1979ec664cbdfcc684624d7f6db58d0a6f.tar.gz websitegenerator-4e811e1979ec664cbdfcc684624d7f6db58d0a6f.zip |
remove js warning
-rw-r--r-- | template.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template.txt b/template.txt index 0344cf3..5c36e78 100644 --- a/template.txt +++ b/template.txt @@ -46,9 +46,9 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- </head> <body> <div class="middle"> - <script> + <!--<script> document.write("<div class='js-message'>This site works best with JavaScript disabled, please disable it.</div>"); - </script> + </script>--> <h1><a href="/">danieljon.es</a></h1> <table border="1" width="50%" align="center"> <tbody> |