-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (19 loc) · 841 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- © Dev-MB | dev-mb.dev -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Dev-MB | SimulatorMB#9999">
<meta name="publisher" content="Dev-MB | dev-mb.dev">
<!--? Social site peresents -->
<title>Dev-MB.dev</title>
<link async="" rel="icon" href="./dist/img/logo.svg">
<link rel="stylesheet" href="./dist/css/style.min.css">
<script src="https://kit.fontawesome.com/cbfa9ee1f5.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
</head>
<body>
</body>
<script type="text/javascript" src="./dist/js/main.js"></script>
</html>