add balcony
This commit is contained in:
parent
430944e8f9
commit
8e24723d3b
1 changed files with 33 additions and 0 deletions
33
balcony/index.html
Normal file
33
balcony/index.html
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
<!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;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Asheville</h1>
|
||||||
|
<h1>Community</h1>
|
||||||
|
<h1>Art</h1>
|
||||||
|
<h1>Balcony</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue