diff options
Diffstat (limited to 'profile/public/index.html')
-rw-r--r-- | profile/public/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/profile/public/index.html b/profile/public/index.html index 30f9de8..5fcee74 100644 --- a/profile/public/index.html +++ b/profile/public/index.html @@ -21,14 +21,12 @@ <fieldset> <legend>Steckbrief</legend> - <!-- TODO: Insert stuff lel --> - <!-- TODO: Consider autosave --> <button type="submit" class="pure-button pure-button-primary">Wohooo</button> </fieldset> </form> </main> - <script src="js/script.js"></script> + <script src="script.js"></script> </body> -</html>
\ No newline at end of file +</html> |