Skip to content

Commit

Permalink
restructuring * reorganize HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
anmiles committed Apr 3, 2024
1 parent 8089852 commit 880391e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions server/src/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
{{style}}
<title>Coub</title>
<title>Coub</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
{{style}}
</head>
<body>

<div class="coubs">
<div class="coubs">

{{coubs}}

</div>
</div>

</body>
{{script}}

</body>
</html>
2 changes: 1 addition & 1 deletion server/src/templates/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
}
}, 100);
};
});
});
</script>

0 comments on commit 880391e

Please sign in to comment.