Hey, check out this crazy news article that totally isn't a rickroll
at master 1.3 kB view raw
1<!DOCTYPE html> 2<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> 3 4<head> 5 <meta charset="utf-8" /> 6 <title> 7 Rickognito 8 </title> 9 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 10 <meta name="og:title" content="Rickognito" /> 11 <meta name="description" content="Definitely a legit site" /> 12 <meta name="og:description" content="Definitely a legit site" /> 13 <link rel="icon" 14 href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🕴️</text></svg>"> 15 <link rel="stylesheet" href="/assets/css/styles.css?v1"> 16</head> 17 18<body> 19 <div id="main"> 20 <div id="container" class="panel"> 21 <p> 22 <img src="/assets/images/rick.gif" width="192" height="144" /> 23 </p> 24 <label for="urlinput">Mask URL:</label> 25 <input name="in" type="text" id="urlinput" /> 26 27 <label for="urloutput">Disguised URL:</label> 28 <input type="text" readonly id="urloutput" /> 29 <p> 30 <a href="https://gitlab.com/sanin.dev/rickognito">Source Code</a> 31 </p> 32 </div> 33 </div> 34 <script src="/assets/js/url.js" defer></script> 35</body> 36 37</html>