62 lines
2.2 KiB
HTML
62 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1">
|
|
|
|
<title>Dandelion</title>
|
|
<script type="module" src="main.js"></script>
|
|
<script src="lib/marked.min.js"></script>
|
|
<script src="lib/qrcode.min.js"></script>
|
|
<!-- <script src="lib/lottie.min.js"></script> -->
|
|
<!-- <script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script> -->
|
|
|
|
<!-- <script src="/lib/webtorrent/webtorrent_1_8_0.min.js"></script> -->
|
|
<link rel="manifest" href="/app.webmanifest">
|
|
<link rel="stylesheet" href="/main.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="flex-container">
|
|
<div class="content">
|
|
<div class="img-button" id="ddln-logo-button"><img class="logo" src="favicon.ico"></div>
|
|
|
|
<div id="status"></div>
|
|
|
|
<div id="info" style="display:block">
|
|
<div id="profile">
|
|
<span class="form_label">username:</span><span class="form_field" id="username" contenteditable="true">unnamed</span>
|
|
</div>
|
|
<div id="following">
|
|
<div>fiona</div>
|
|
<div>fiona</div>
|
|
</div>
|
|
<div id="log" ></div>
|
|
<div id="connectURL"></div>
|
|
<div id="qrcode"></div>
|
|
<!-- <dotlottie-player src="https://lottie.host/272b60dd-462d-42a3-8ed6-fec4143633d6/X4FxBascRI.json" background="transparent" speed="1" style="width: 300px; height: 300px" direction="1" playMode="normal" loop controls autoplay></dotlottie-player> -->
|
|
</div>
|
|
<!-- <div id="peer_display"><canvas></canvas></div> -->
|
|
<div id="buttons">
|
|
<!-- <button id="button_font1" >font1</button>
|
|
<button id="button_font2" >font2 </button> -->
|
|
<button id="import_tweets" >import</button>
|
|
<button id="clear_posts" >clear </button>
|
|
<button id="update_app" >check for updates</button>
|
|
</div>
|
|
|
|
<textarea cols="60" rows="6" id="textarea_post"></textarea>
|
|
<div class="button">
|
|
<button id="button_post" >post</button>
|
|
</div>
|
|
<!-- <div id="torrent-content"></div> -->
|
|
<div id="content"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |