34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Treehouse - Home</title>
|
|
|
|
</head>
|
|
<body>
|
|
{% extends "template.html" %}
|
|
{% block content %}
|
|
<!-- <img style="object-fit: fill;" src="{{url_for('static', filename='images/2024-03-03 225803255514-gen-image-HJpDVk.jpg')}}"> -->
|
|
<div class="container section">
|
|
<div class="row">
|
|
<div class="col s12 m12 l6">
|
|
<div class="card">
|
|
<div class="card-content">
|
|
<span class="card-title">Collection Sharing App alpha_V1.0</span>
|
|
<p>Here is the latest version of the Collection Sharing App as of 11-23-2024. You can login to an account you set up under "sign-up" on this webpage
|
|
and upload directly to this site OR you can just export and import specific collections and share them through another means. That being said this is very much
|
|
an ALPHA app and will have its issues.
|
|
</p>
|
|
</div>
|
|
<div class="card-action">
|
|
<a class="waves-effect waves-light grey btn left-align" href="{{ url_for('download_app')}}" download>Latest<i class="material-icons right">cloud_download</i></a>
|
|
<p class="right">alpha_v1.0</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
</body>
|
|
|
|
</html> |