This repository has been archived on 2025-12-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dashboard/html/index.html
Jérémie SALVI 3bf5ba2626
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
Reorganize repo
2024-12-21 20:27:58 +01:00

35 lines
823 B
HTML

<!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>