Fixing missing body tag

This commit is contained in:
Kevin Chung
2017-12-16 23:08:20 -05:00
parent 3133654478
commit c460d61bd7

View File

@@ -30,8 +30,7 @@
var script_root = "{{ request.script_root }}";
</script>
</head>
<div>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container">
<a href="{{ request.script_root }}/" class="navbar-brand">{{ ctf_name() }}</a>