A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
at master 341 B view raw
1<!doctype html> 2<html lang="en"> 3 4<head> 5 <meta charset="UTF-8" /> 6 <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 8 <title>SimpleLink</title> 9</head> 10 11<body> 12 <div id="root"></div> 13 <script type="module" src="/src/main.tsx"></script> 14</body> 15 16</html>