-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.18 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.18 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- TEST -->
<meta property="og:URL" content="CypherO2.github.io" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Cj Presley | Site" />
<meta
property="og:description"
content="My personal github pages for testing and showcasing."
/>
<meta
property="og:image"
content="https://github.com/CypherO2/work/blob/main/site-portfolio/src/assets/SiteIcon.png"
/>
<!-- TEST -->
<link rel="icon" type="image/svg+xml" href="./assets/New%20Logo-wJwFGOGR.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cj Presley | Home</title>
<script type="module" crossorigin src="./assets/index-CiiGi6hs.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BIvXDJzJ.css">
</head>
<body>
<div id="root"></div>
<style>
body {
background-image: linear-gradient(
to bottom right,
rgba(10, 10, 10, 0.417),
rgba(9, 70, 139, 0.184)
),
url("./assets/BGImg2-B1mF5KI5.png");
}
</style>
</body>
</html>