mastodon_algorithm_frontend/template/header.html

13 lines
453 B
HTML

<!DOCTYPE html>
<head>
<title>Mastodon Algorithm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css" />
</head>
<script src="https://cdn.jsdelivr.net/npm/appwrite@10.1.0"></script>
<body>
<span id="welcome">Welcome, <span class="fill-name"></span>. Not you? <a href="#" id='logout'>Logout</a></span><br>
<span class="message-box" id="message-box"></span><br>