UNPKG

quxt

Version:

Lodash but OVERPOWERED!

38 lines (35 loc) 1.15 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" href="/quxapp.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet"> <title>Qux App</title> <meta property="og:title" content="Vyxo"> <meta property="og:type" content="website"> <meta property="og:url" content="https://vyxo.github.io"> <meta property="og:description" content="Design. Develop. Deliver."> <link rel="stylesheet" href="./style.css"/> </head> <body> <div id="app"> <nav> <div class="brand"> <span class="header">Qux</span> </div> </nav> <div id="content"> <h1>Quxt</h1> <p> This is your Quxt App's server. It serves as your backend! </p> <h2>GitHub</h2> <p> If you feel bored inspecting this website and checking the font, please check out my <a href="https://github.com/quxapp" target="_blank">GitHub</a> Profile! </p> </div> </div> </body> </html>