Add meta info in html to please linter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-02-14 09:29:39 +01:00
parent acae6f1af4
commit 55e5155290

View file

@ -1,3 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>beer</title>
</head>
<body>
<!-- Display the countdown timer in an element --> <!-- Display the countdown timer in an element -->
<p id="demo"></p> <p id="demo"></p>
@ -31,4 +37,5 @@ var x = setInterval(function() {
} }
}, 1000); }, 1000);
</script> </script>
</body>
</html>