This repository has been archived on 2022-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
Web/index.html

15 lines
315 B
HTML
Raw Normal View History

2020-08-07 08:10:29 +02:00
<!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>