12 lines
305 B
HTML
12 lines
305 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>David and Leo's Website!</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to our site!</h1>
|
|
<h1>i dont know what im doing here ... HELP!</h1>
|
|
</body>
|
|
</html> |