-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 862 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 862 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Derick Demo</title>
<link rel="icon" type="image/x-icon" href="/dbLogo.png">
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./index.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&display=swap"
/>
</head>
<body>
<div class="iphone-14-15-pro-max-1">
<div class="background"></div>
<img
id="image"
class="om-edited-logo-2023-09-22-1"
alt=""
src="https://api.lorem.space/image/face?w=150&h=150"
/>
<b id="name" class="text-header">Text Header</b>
</div>
<script src="script.js"></script>
</body>
</html>