Stickup/templates/index.html

12 lines
271 B
HTML
Raw Normal View History

2020-11-11 13:27:18 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stickup</title>
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<meta name="description" content="An email management frontend.">
</head>
<body>
<h1>This is a stickup!</h1>
</body>
</html>