17 lines
362 B
HTML
17 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Saddle</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/saddle.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.8">
|
|
<meta name="description" content="A file upload service.">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Saddle</h1>
|
|
</header>
|
|
<main>
|
|
</main>
|
|
</body>
|
|
</html>
|