-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 846 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 846 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
<!DOCTYPE html>
<title>Cookie Collective</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/content/image/favicon.ico" />
<meta property="og:title" content="Cookie Collective">
<meta property="og:description" content="">
<meta property="og:image" content="/content/image/leon.png">
<link rel="stylesheet" href="/code/style/style.css" />
<style>
.logo
{
width: 600px;
filter: drop-shadow(5px 5px 10px black);
}
</style>
<html>
<body>
<div class="fixed_background">
<img class="background" src="/content/photo/2.webp" />
</div>
<div class="gui_center">
<img class="logo" src="/content/image/cookie-collective-texture.png" />
</div>
</body>
</html>