-
Notifications
You must be signed in to change notification settings - Fork 0
/
UEFI.html
56 lines (56 loc) · 2.41 KB
/
UEFI.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html "data-theme="dark">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>UEFI</title>
<meta name="keywords" content="BIOS,GPT,MBR,M CORP TN,tunisia,m-corp,akram,resaux,system,exploitation,3eme,info,informatique,formatage,UEFI,cartes,mentale,xmind,windows,linux,bac,2020,">
<meta name="description" content="Project 2 of M-CORP TN By KiraiEEE.">
<link rel="icon" type="image/png" sizes="32x32" href="ICON/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="ICON/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="ICON/favicon-16x16.png">
<link rel="stylesheet" href="Files/bootstrap.min.css">
<link rel="stylesheet" href="Files/main.css">
<link rel="stylesheet" href="Files/dark.css">
</head>
<body class="dup-body">
<div class="dup-body-wrap">
<header class="default-header">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html"><img height="50px" src="IMG/LOGO.png" alt=""></a>
</div>
<div class="toggle-container">
<input type="checkbox" id="switch" name="theme" /><label for="switch">Toggle</label>
</div>
</div>
</div>
</header>
<section class="generic-banner element-banner relative">
<div class="container">
<div class="row height align-items-center justify-content-center">
<div class="col-lg-10">
<div class="banner-content text-center">
<br>
<img src="IMG/UEFI.png" class="img-fluid" alt="image">
</div>
</div>
</div>
</div>
</section>
<section class="generic-banner element-banner relative">
<div class="container">
<div class="row height align-items-center justify-content-center">
<div class="col-lg-10">
<div class="banner-content text-center">
<div class="embed-responsive embed-responsive-16by9">
<video width="560" height="315" src="VID/UEFI.mp4" preload="auto" autoplay loop controls></video>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="Files/main.js"></script>
</body>
</html>