-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (26 loc) · 823 Bytes
/
about.html
File metadata and controls
26 lines (26 loc) · 823 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>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./CSS/index.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<title>bubl</title>
</head>
<body>
<div class="nav-bar">
<div class="container">
<div class="container-left">
<a href="index.html" class="logo">bubl</a>
</div>
<div class="container-right">
<span><i class="far fa-grin-beam login"></i></span>
</div>
</div>
</div>
<div class="about-container">
<div class="about-header">The bubl Team</div>
<div class="about-main"></div>
</div>
</body>
<script src="js/index.js"></script>
</html>