Upload files to "/"
This commit is contained in:
commit
4ce3ef223e
4 changed files with 432 additions and 0 deletions
23
home.html
Normal file
23
home.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue