Old high school files. Lessson notes/codes/projects etc.
 
 
 
 
 
 
hsf/wesweb01/crud-music-2020/views/layout.slim

16 lines
393 B

<!DOCTYPE html>
html lang="en"
head
meta charset="UTF-8"/
meta name="viewport" content="width=device-width, initial-scale=1.0"/
meta http-equiv="X-UA-Compatible" content="ie=edge"/
link rel="stylesheet" href="/css/style.css"/
title Music Zite
body
nav
a href="/" Home
a href="/albums" Albums
a href="/albums/new" New album
hr
==yield