@typed/content-hash
Version:
Content hash a directory of HTML/JS/CSS files and other static assets
28 lines (20 loc) • 510 B
HTML
<html>
<head>
<title>Tapas</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./index.css" />
</head>
<body>
<div id="app">
<img srcset="./fake-image-x4.png 4x,
./fake-image-x3.png 3x,
./fake-image-x2.png 2x,
./fake-image-x1.png 1x" />
<template>
<img src="./template-image.png" />
</template>
</div>
<script type="module" src="./index.js"></script>
</body>
</html>