1
0

Video 46: Serving up CSS, JS, Impages, and More

This commit is contained in:
Jason Williams
2019-09-30 11:17:07 -06:00
parent 8f136ffed8
commit e393438dd1
7 changed files with 31 additions and 6 deletions

View File

@@ -1,8 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/css/styles.css">
<script src="/js/app.js"></script>
</head>
<body>
<h1>From a static file</h1>
<h1>From a static file</h1>
</body>
</html>
</html>