You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
475 B
HTML
16 lines
475 B
HTML
10 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title></title> <!-- Work title will go to here -->
|
||
|
<link rel="stylesheet" href="css/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="work">
|
||
|
<div class="header"></div><!--title, Creator, Date, Bio will go here -->
|
||
|
<div class="body"></div> <!-- Description, Extra will go here -->
|
||
|
<div class="av"></div> <!-- AV material (Thumbanail, gallery, video )will go here-->
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|