UNPKG

term-kitty-img

Version:

Show images in your kitty terminal

18 lines (17 loc) 478 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>term-kitty-img</title> <link rel="stylesheet" href="./styles.css" /> </head> <body> <div class="term-kitty-img-outer"> <h1>term-kitty-img</h1> <div id="root"></div> </div> <script src="./scripts.js"></script> </body> </html>