mirror of
https://github.com/vacp2p/dst-projectboard.git
synced 2026-01-08 23:08:07 -05:00
Add VacLab splash page - Partially addresses #10
This commit is contained in:
28
splashpage/index.html
Normal file
28
splashpage/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>VacLab</title>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
background-color: black;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/vacp2p/vaclab">
|
||||
<img src="https://raw.githubusercontent.com/riffcc/rifflabs/main/static/img/vac-logo-black.jpg">
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user