Files
vvveb-cms/websites/my-website/about-final.html

32 lines
1.0 KiB
HTML
Raw Normal View History

2026-05-17 22:44:11 +08:00
<!DOCTYPE html>
2026-05-18 17:48:30 +08:00
<html lang="en" =""="" =""><head>
2026-05-17 22:44:11 +08:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
2026-05-18 12:45:57 +08:00
<title>About us</title>
2026-05-17 22:44:11 +08:00
<!-- Bootstrap core CSS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<style>
html, body
{
width:100%;
height:100%;
}
</style>
<style id="vvvebjs-styles"></style></head>
<body>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
2026-05-18 17:48:30 +08:00
<h1 class="mt-5">About&nbsp; Coolpage</h1>
2026-05-17 22:44:11 +08:00
<p class="lead">Start by dragging components to page or double click to edit text</p>
</div>
</div>
</div>
</body></html>