mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Stream images
This commit is contained in:
@@ -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>
|
||||
@@ -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"/>
|
||||
@@ -1,3 +1,3 @@
|
||||
<nav>
|
||||
<h2>rimgu</h2>
|
||||
<h2>rimgo</h2>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user