You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
673 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Site title</title>
<link rel="stylesheet" href="./style.css">
<script type="text/javascript">
var audio = new Audio('sound.mp3');
audio.play();
</script>
</head>
<body>
<h2>Site title</h2>
<h3>This is a landing page</h3>
<h4><br><br><a href="#">Enter</a></h4>
<canvas width="1773" height="1764"></canvas>
<script src="./function.js" charset="utf-8"></script>
</body>
</html>