Add meta info in html to please linter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
acae6f1af4
commit
55e5155290
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue