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.
23 lines
659 B
HTML
23 lines
659 B
HTML
10 years ago
|
<!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="{thumbnail}" class="" alt="" /></div>
|
||
|
<div id="bio">{bio}</div>
|
||
|
</div>
|
||
|
<div id="body">
|
||
|
<div id="description">{description}</div>
|
||
|
<div id="extra">{extra}</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|