32 lines
673 B
HTML
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> |