1
0

Video 48: Customizing the Views Directory

This commit is contained in:
Jason Williams
2019-09-30 11:50:05 -06:00
parent 2976413829
commit a2d9baf6e7
4 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<h1>{{title}}</h1>
<img src="/img/me.jpg">
<p>Created by {{name}}</p>
</body>
</html>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<h1>Help</h1>
<p>{{helpText}}</p>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/styles.css">
<script src="/js/app.js"></script>
</head>
<body>
<h1>{{title}}</h1>
<p>Created by {{name}}</p>
</body>
</html>