the-honk/school/gcse/year 9/eco fest/Website/index.html

18 lines
600 B
HTML
Raw Normal View History

2024-10-09 17:02:27 +00:00
<!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>