mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-02-03 04:27:47 +01:00
13 lines
217 B
HTML
13 lines
217 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>2 Elci - Homepage</title>
|
|
<meta name="viewport" content="width=device-width" >
|
|
</head>
|
|
<body>
|
|
|
|
<p>Hello World!</p>
|
|
|
|
</body>
|
|
</html> |