Reorganize repo
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
This commit is contained in:
34
html/index.html
Normal file
34
html/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user