start of comm page
This commit is contained in:
parent
b8cabf2765
commit
d6c63e4aaf
3 changed files with 114 additions and 2 deletions
42
comms.html
Normal file
42
comms.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
|
||||
<link rel=icon href=media/icon.svg>
|
||||
<link rel=stylesheet href=comms.css>
|
||||
|
||||
<title>commission info</title>
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1>commission info</h1>
|
||||
</header>
|
||||
|
||||
<div id=examples>
|
||||
<section>
|
||||
<p>sketch</p>
|
||||
<p class=price>€25
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>flat</p>
|
||||
<p class=price>€45
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>shaded</p>
|
||||
<p class=price>€60
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section id=terms>
|
||||
<ul>
|
||||
<li>complex characters, backgrounds, etc, might cost extra. ask to make sure!
|
||||
<li>blah blah
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<nav>
|
||||
<a href=/>main</a>
|
||||
</nav>
|
||||
</main>
|
Loading…
Add table
Add a link
Reference in a new issue