Files
school_archives/OSU Coursework/CS 290 - Intro to Web Development/Week 8/views/layouts/main.handlebars

10 lines
156 B
Handlebars

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>CS 290 Get and Post Checker - Week 7</title>
</head>
<body>
{{{body}}}
</body>
</html>