mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-22 02:57:25 -07:00
18 lines
462 B
HTML
18 lines
462 B
HTML
|
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="de">
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Mastodon Circle Creator</title>
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
|
<link rel="stylesheet" href="">
|
||
|
<style>
|
||
|
</style>
|
||
|
<script src=""></script>
|
||
|
<body>
|
||
|
<script src="create-circle.js"></script>
|
||
|
<input id="txt_mastodon_handle" type="text">
|
||
|
<button onClick="circle_main()">Circle Erstellen</button>
|
||
|
<br><br><br>
|
||
|
<div id="outDiv"></div>
|
||
|
</body>
|
||
|
</html>
|