mirror of
https://github.com/Expand-sys/whoscatrevival
synced 2026-03-22 09:47:08 +11:00
18 lines
No EOL
479 B
Text
18 lines
No EOL
479 B
Text
<!DOCTYPE html>
|
|
<html class="no-js">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Whos Cat IS THAT??!?</title>
|
|
link(rel='stylesheet' href='/stylesheets/style.css')
|
|
</head>
|
|
|
|
body
|
|
.masonry-with-columns#masonry-with-columns
|
|
each image in images
|
|
img.img-fluid(src='/uploads/bin/'+image)
|
|
|
|
|
|
footer
|
|
script(src='/stylesheets/cats.js') |