Reorganize repo
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s

This commit is contained in:
Jérémie SALVI
2024-12-21 20:27:58 +01:00
parent e2550c294c
commit 3bf5ba2626
36 changed files with 0 additions and 0 deletions

34
html/index.html Normal file
View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="css/style.css" rel="stylesheet">
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<header>
<div class="search-wrapper fake-focus">
<img src="assets/icons/google.svg" alt="">
<form method="get" action="https://www.google.com/search">
<input type="text" name="q" size="25" maxlength="255" autofocus="autofocus" value=""
placeholder="Search with google" />
</form>
</div>
</header>
<div id="body">
<section id="dashboard">
dashboard
</section>
<aside class="cve">
<div class="aside-wrapper">
cve
</div>
</aside>
</div>
</body>
</html>