Skip to content

Instantly share code, notes, and snippets.

View remediation-html's full-sized avatar

remediation-html

View GitHub Profile
@remediation-html
remediation-html / html text labels
Created November 16, 2022 04:22
text labels. use it in a compiler or website and play around with the text inside of the brackets <>
<b> The B function is bold</b>
<strong>This text is strong</strong>
<i>The I function is italic</i>
<h2>HTML <mark>Marked (highlighted)</mark> Formatting</h2>
<p>This is <sup>superscripted (lifted)</sup> text.</p>
@remediation-html
remediation-html / Google dino
Last active November 16, 2022 04:06
If you do not know the popular game that is on google called "dino run" here is a Wikipedia page on it to get all caught up: https://en.wikipedia.org/wiki/Dinosaur_Game
<html>
<head>
<title>T-Rex Game</title>
<title>give credit to these guys:</title>
<p> @remediation @thecodepost </p>
<meta name="description" content="Ripped T-Rex/Dino game of Chromium">
<meta property="og:title" content="Play the hidden T-Rex Dinosaur game of Chromium .">
<meta property="og:type" content="article">
<meta property="og:url" content="http://www.thecodepost.org">