All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
35 lines
823 B
HTML
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>
|