This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StartPage</title>
<link rel="stylesheet" href="color.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./assets/fontawesome/css/all.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body class="preload">
<div id="container">
<div id="main">
<!--<div class="logo" id="logo">
<img src="assets/logo.svg">
</div>-->
<div class="StartPage" id="StartPage">
<img src="assets/StartPage.svg">
</div>
<div class="circletag" id="nay">
<img src="assets/google.png">
</div>
<div class="searchbar">
<input id="search" type="text" placeholder="Rechercher sur Internet..." autocomplete="off" >
</div>
<div class="links">
<div class="border">
<a href="https://heficience.com/index.php"><img src="assets/heficience.png" width="30px" height="30px" style="vertical-align: bottom;padding-bottom: 3px;"></a>
<a href="https://github.com/Heficience"><i class="fab fa-github"></i></a>
<a href="https://www.facebook.com/Heficience"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/heficience"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
<footer>Made with <i class="fa fa-heart"></i>, by Nimplex, Updated by Paullux.</footer>
</div>
<script src="script.js"></script>
</body>
</html>