-
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) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.69 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rewryte Web Apps</title>
<meta name="description" content="Visit Congregation: Instant Presentations and other web apps">
<meta name="keywords" content="">
<link rel="author" href="https://github.com/Rewryte">
<link rel="canonical" href="https://rewryte.github.io">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body style="transition: background 0.5s, color 0.5s;">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<div id="Main" class="container position-absolute top-50 start-50 translate-middle align-items-center text-center">
<div class="card">
<div class="card-body">
<h1 class="display-2">Congregation</h1>
<h2 class="card-subtitle mb-2 text-muted">Browser based presentation software</h2>
<p class="card-text">Present Bible verses, YouTube videos, local images and more directly from your browser</p>
<a href="/Congregation/" class="btn btn-primary">Visit now</a>
</div>
</div>
</div>
</body>
</html>