Stream images

This commit is contained in:
video-prize-ranch
2022-01-17 15:48:24 -05:00
parent 2ee4aa7237
commit ac98a54f79
8 changed files with 31 additions and 23 deletions

View File

@@ -1,11 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{> partials/head }}
<link rel="stylesheet" href="/static/css/album.css" />
</head>
<body>
{{#each album.Media}}
<img src="{{this}}" loading="lazy">
{{/each}}
{{> partials/header }}
<main>
{{#each album.Media}}
<img src="{{this}}" loading="lazy">
{{/each}}
</main>
</body>
</html>

View File

@@ -1,4 +1,4 @@
<title>rimgu</title>
<title>rimgo</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -16,5 +16,4 @@
<meta name="theme-color" content="#ffffff">
-->
<link rel="stylesheet" href="/css/styles.css"/>
<link rel="stylesheet" href="/css/custom.css"/>
<link rel="stylesheet" href="/static/css/base.css"/>

View File

@@ -1,3 +1,3 @@
<nav>
<h2>rimgu</h2>
<h2>rimgo</h2>
</nav>