-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 852 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 852 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rice Lambda Group</title>
<link rel="stylesheet" href="/style.css" />
<link rel="shortcut icon" href="/spinny.gif" type="image/x-icon">
</head>
<body>
<div class="container">
<marquee direction="left" class="title-flash">
<h1>LE RICE LAMBDA GROUP</h1>
</marquee>
<a href="https://discord.com/invite/DGMdsbCA7P">
<img
src="/logo.svg"
alt="The mechanical gear from the Rust language logo, except the 'R' is replaced with the greek letter lambda"
class="logo"
/>
</a>
<marquee direction="right" class="bottom-text">
<h1>BOTTOM TEXT 🥺</h1>
</marquee>
</div>
</body>
</html>