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.
25 lines
556 B
HTML
25 lines
556 B
HTML
<!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="header">
|
|
<div id="title"></div>
|
|
<div id="creator"></div>
|
|
<div id="date"></div>
|
|
<div id="website"></div>
|
|
<div id="thumbnail"></div>
|
|
<div id="bio"></div>
|
|
</div>
|
|
|
|
<div id="body">
|
|
<div id="description"></div>
|
|
<div id="extra"></div>
|
|
</div> <!-- Description, Extra will go here -->
|
|
|
|
</body>
|
|
</html>
|