mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
18 lines
447 B
HTML
18 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<title>Kernel Filter Calculator</title>
|
|
|
|
<link rel="icon" type="image/svg" href="./favicon.svg" />
|
|
<link rel="stylesheet" href="./global.css" />
|
|
<link rel="stylesheet" href="./build/bundle.css" />
|
|
|
|
<script defer src="./build/bundle.js"></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|