avl-community-art/index.html

40 lines
997 B
HTML
Raw Normal View History

2024-03-12 01:43:06 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<title>Asheville Community Art Balcony</title>
<meta name="description" content="a community library print shop and maker space">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
background: #14213D;
color: #FCA311;
font-family: sans-serif;
}
body {
max-width: 50em;
margin: 0 auto;
line-height: 1.5;
overflow-wrap: break-word;
padding: 0 1em;
}
p {
color: #D9D9D9;
}
2024-03-12 02:03:42 +00:00
a {
color: #FCA311;
}
a:visited {
color: #CC7A00;
}
2024-03-12 01:43:06 +00:00
</style>
</head>
<body>
<h1>Asheville Community Art Balcony</h1>
2024-03-12 02:03:42 +00:00
<p>located at the Tool Library</p>
<p>a new space to print, sew, and make stuff!</p>
<a href="/donation">help us by donating supplies!</a>
2024-03-12 01:43:06 +00:00
</body>
</html>