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.
gradshow24/webpage.template.html

22 lines
876 B
HTML

<DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- Nav bar -->
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="">About</a></li>
<!-- Can this list be turned into li's like above please?
3 Introduction 7 Making: 9 Backplaces 19 Talking Documents 31 Wink 39 What do graphic designers do all day. and why do they do it. and. what does "graphic. design" even mean????!!1!? .49 Writing: 51 <?water bodies> 103 Performing the Bureaucratic. Border(line)s 157 Fair Leads 201 ⊞ 253 Special Issues: 255 Garden Leeszaal 267 Console 273 TTY -->
</ul>
</nav>
<div id="content">{{ content }}</div>
</body>
</html>