23 lines
446 B
HTML
23 lines
446 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>Pycord</title>
|
|
<meta name="description" content="The HTML5 Herald">
|
|
<meta name="author" content="SitePoint">
|
|
|
|
<link rel="stylesheet" href="css/styles.css?v=1.0">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Pycord</h1>
|
|
<button type="button"> Connexion </button>
|
|
<button type="button"> Inscription </button>
|
|
<script src="js/scripts.js"></script>
|
|
</body>
|
|
|
|
</html> |