-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<!-- | ||
88 a8P ,ad8888ba, 88888888ba 88888888888 88 a8P | ||
88 ,88' d8"' `"8b 88 "8b 88 88 ,88' | ||
88 ,88" d8' `8b 88 ,8P 88 88 ,88" | ||
88,d88' 88 88 88aaaaaa8P' 88aaaaa 88,d88' | ||
8888"88, 88 88 88""""88' 88""""" 8888"88, | ||
88P Y8b Y8, ,8P 88 `8b 88 88P Y8b | ||
88 "88, Y8a. .a8P 88 `8b 88 88 "88, | ||
88 Y8b `"Y8888Y"' 88 `8b 88888888888 88 Y8b | ||
--> | ||
|
||
<!DOCTYPE html> | ||
<html lang="fr" class="html-bg"> | ||
<head> | ||
|
||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<title> Home | Korek </title> | ||
|
||
<meta name="theme-color" content="#09B1BA"> | ||
<meta name="language" content="English"> | ||
<meta name="Copyright" content="korek"> | ||
<meta name="author" content="Korek"> | ||
<meta name="application-name" content="korek"> | ||
|
||
<meta name="ROBOTS" content="ALL"> | ||
<meta name="google" content="notranslate"> | ||
<meta name="robots" content="index, follow"> | ||
<meta name="googlebot" content="index, follow"> | ||
|
||
<meta name="keywords" content="*** keywords ***"> | ||
<meta name="description" content="*** Description ***"> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:site_name" content="kesnel"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://kesnel.link/"> | ||
<meta property="og:title" content="Korek"> | ||
<meta property="og:description" content="*** Description ***"> | ||
<meta property="og:image" content="*** Card Img url ***"> | ||
<meta property="og:image:secure_url" content="*** Card Img url ***"> | ||
|
||
<!-- Twitter Card --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:type" content="website"> | ||
<meta name="twitter:url" content="https://kesnel.link/"> | ||
<meta name="twitter:site" content="@korekapp"> | ||
<meta name="twitter:creator" content="@korekapp"> | ||
<meta name="twitter:title" content="Korek"> | ||
<meta name="twitter:description" content="*** Description ***"> | ||
<meta name="twitter:image" content="*** Card Img url ***"> | ||
|
||
<!-- %%%%%%%% --> | ||
<link rel="stylesheet" href="static/asset/css/base.css"> | ||
|
||
</head> | ||
<body> | ||
|
||
<!-- %% Header %% --> | ||
<header id="header-app" class="header-app hdr-app"> | ||
<div class="container"> | ||
|
||
|
||
|
||
</div> | ||
</header> | ||
|
||
<!-- %% Main %% --> | ||
|
||
<main id="main-app" class="main-app page-top"> | ||
|
||
|
||
</main> | ||
|
||
<!-- %%% --> | ||
|
||
|
||
<!-- %% Footer %% --> | ||
<footer id="footer-app" class="footer-app"> | ||
<div class="container"> | ||
|
||
|
||
|
||
</div> | ||
</footer> | ||
|
||
|
||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | ||
<script src="static/asset/js/main.js"></script> | ||
|
||
</body> | ||
</html> |