CodePlayground/index.html

20 lines
365 B
HTML
Raw Normal View History

2021-04-02 18:55:25 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Code Playground</title>
2021-04-02 18:55:25 +02:00
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" type="text/css" />
2021-04-02 18:55:25 +02:00
</head>
<body>
<header>
<h1>Code Playground</h1>
</header>
<ul>
<li><a href="js.html">Javascript</a></li>
</ul>
2021-04-02 18:55:25 +02:00
<footer>
Romain de Laage - CC0
</footer>
</body>
</html>