23 lines
761 B
HTML
23 lines
761 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Portfolio L. Delforge</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<!-- Optional: Use a Mass Effect-like font from Google Fonts or upload your own -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Content -->
|
|
<div class="mefx-container">
|
|
<h1 class="mefx-title">Portfolio L. Delforge</h1>
|
|
<div class="mefx-button-group">
|
|
<a href="projets/index.html" class="mefx-btn">Projets</a>
|
|
<a href="contact/index.html" class="mefx-btn">Contact</a>
|
|
<a href="documentations/index.html" class="mefx-btn">Documentation</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|