Landing for Agorata
https://agorata.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
381 B
14 lines
381 B
2 years ago
|
<html>
|
||
|
<head>
|
||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
||
|
<title>Agorata</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Load landing.svg -->
|
||
|
<div id="landing-div">
|
||
|
<object id="landing-svg" type="image/svg+xml" data="./landing.svg"></object>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|