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
443 B
14 lines
443 B
<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"> |
|
<link rel="icon" type="image/x-icon" href="logo_single.png"> |
|
<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>
|
|
|