-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5.html
33 lines (30 loc) · 1.71 KB
/
5.html
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
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Yax Template</title>
<meta name="description" content="">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mavo/0.2.0/mavo.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mavo/0.2.0/mavo.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/styles/site.css" />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.bundle.min.js" integrity="sha384-LtrjvnR4Twt/qOuYxE721u19sVFLVSA4hf/rRt6PrZTmiPltdZcI7q7PXQBYTKyf" crossorigin="anonymous"></script>
<script type="module" src="/assets/scripts/navbar-bootstrap.js"></script>
</head>
<body mv-app="simple" mv-storage="local" mv-plugins="tinymce" mv-bar="no-login">
<navbar-bootstrap></navbar-bootstrap>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<img class="mt-5" id="p5_image" property src="https://picsum.photos/400">
<h1 class="mt-5" id="p5_headline" property >Contact</h1>
<div class="tinymce" id="p5_content" property >
Edit here. Use the link <a href="?login">?login</a> to see the edit toolbar.
</div>
</div>
</div>
</div>
</body>
</html>