18 lines
No EOL
600 B
HTML
18 lines
No EOL
600 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- CSS and Favicon -->
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css">
|
|
|
|
<!-- Metadata -->
|
|
<title>Ecofest</title>
|
|
</head>
|
|
<body>
|
|
<h1 class="title home">Ecofest</h1>
|
|
|
|
<div class="content">
|
|
Ecofest is the environmentally-friendly music festival, taking place on the <strong>4-5th April, 2020</strong>.
|
|
Find out about our acts <a href="acts.html">here</a>, get your tickets <a href="">here</a>, learn about how we're helping the environment <a href="">here</a>, and contact us <a href="">here</a>.
|
|
</div>
|
|
</body>
|
|
</html> |