This repository has been archived on 2022-01-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Web/index.html
2020-08-07 08:10:29 +02:00

14 lines
315 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Edgar P. Burkhart</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>