mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
initial setup of website
This commit is contained in:
27
website/dist/download/index.html
vendored
27
website/dist/download/index.html
vendored
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Download myevent, the free and open source event management solution">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script defer src="/js/index.js"></script>
|
||||
<title>Download - myevent</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="title-wrapper">
|
||||
<h1>Download myevent</h1>
|
||||
<footer>Ready to downlaod?</footer>
|
||||
</div>
|
||||
<div class="content">
|
||||
<p>There are a couple of options to download myevent. You may use npm or you may download it from the GitHub releases page. You may also clone the repository locally if you want to use upstream instead of a release</p>
|
||||
<a href="https://github.com/simplePCBuilding/myevent" class="button">GitHub</a>
|
||||
<p>You may download the iOS & Android apps from the AppStore / Google Play Store respectively.</p>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user