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.

24 lines
676 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>$title$</title> <!-- Work title will go to here -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="header">
<div id="title"><h1>$title$</h1></div>
<div id="creator"><h2>$creator$</h2></div>
<div id="date">$date$</div>
<div id="website"><a href="$website$">$website$</a></div>
<div id="thumbnail"><img src="$thumnail$" class="" alt="" /></div>
<div id="bio">$bio$</div>
</div>
<div id="body">
$body$
<!--div id="description">$description$</div>
<div id="extra">$extra$</div-->
</div>
</body>
</html>