this repo has no description
at main 290 lines 9.0 kB view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <title>This is my website Title</title> 5 <meta charset="UTF-8" /> 6 <meta name="viewport" content="width=device-width initial-scale=1.0" /> 7 <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=default"></script> 8 <link href="./styles.css" type="text/css" rel="stylesheet" /> 9 </head> 10 11 <body> 12 <!-- this is a comment from Matt <@:) --> 13 <h1 id="top" style="font-family: &quot;Times New Roman&quot;, Times, serif"> 14 ^_^ wow 15 </h1> 16 <h2>welcome to website.com</h2> 17 <p title="muh title"> 18 this <strong>is</strong> a <b>website</b> where I can do 19 <i>website</i> things <em>on</em> the <mark>internet</mark>. 20 </p> 21 <hr /> 22 <a href="https://mmatt.net" target="_blank"> 23 <div 24 class="center" 25 style=" 26 width: 200px; 27 height: 50px; 28 background-color: deeppink; 29 display: flex; 30 justify-content: center; 31 align-items: center; 32 " 33 > 34 <span style="color: white">blah</span> 35 </div> 36 </a> 37 <br /> 38 39 <table border="1px"> 40 <thead> 41 <tr> 42 <th>username</th> 43 <th>email</th> 44 </tr> 45 </thead> 46 <tbody> 47 <tr> 48 <td>matt</td> 49 <td>matt@example.com</td> 50 </tr> 51 <tr> 52 <td>matt</td> 53 <td>matt@example.com</td> 54 </tr> 55 <tr> 56 <td>matt</td> 57 <td>matt@example.com</td> 58 </tr> 59 <tr> 60 <td>matt</td> 61 <td>matt@example.com</td> 62 </tr> 63 </tbody> 64 </table> 65 66 <br/> 67 68 <div> 69 <div><p>first child</p></div> 70 <p>second child</p> 71 </div> 72 73 <br /> 74 <h2>this is a section</h2> 75 <p> 76 this is where I write words on the screen and the words go to your screen 77 via the Hyper Text Transfer Protocol and DNS and such. 78 </p> 79 <h3>this is the third heading i can use</h3> 80 <h6> 81 a whole 6th heading, on default browser css its smaller than the p tag lol 82 </h6> 83 84 <img 85 src="https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:tas6hj2xjrqben5653v5kohk/bafkreick5kz3zayodnxjpuqlwnhn2gpdft5t6m5fqcscq26r3xv675ccsa@jpeg" 86 width="500" 87 /> 88 <img src="./image.webp" width="400" /> 89 90 <h3>things i like</h3> 91 <ul style="list-style-type: square"> 92 <li>going outside</li> 93 <li>atprotocol</li> 94 <li>ya mama house</li> 95 <li>chai latte with some cold foam on dat</li> 96 <li>internet</li> 97 </ul> 98 <h3>best website (in order!!)</h3> 99 <ol> 100 <li>mmatt.net</li> 101 <li>teal.town</li> 102 <ul> 103 <li>teal.fm</li> 104 </ul> 105 <li>opn.haus</li> 106 <li>are.na</li> 107 </ol> 108 109 <br /> 110 <br /> 111 112 <table border="1px"> 113 <thead> 114 <tr> 115 <!-- <th>hello</th> 116 <th>world</th> --> 117 <th colspan="2">Hello World</th> 118 </tr> 119 </thead> 120 <tbody> 121 <tr> 122 <!-- <td>so true</td> --> 123 <td rowspan="2">so true</td> 124 <td>wow</td> 125 </tr> 126 <tr> 127 <!-- <td>omg...</td> --> 128 <td>crazy</td> 129 </tr> 130 </tbody> 131 </table> 132 133 <p>muh &euro; and muh &dollar;</p> 134 <p>&#192;</p> 135 <p> 136 &#200; &#128514; &#128514; &#128514; &#128514; &#128514; &#128514; 137 &#128514; &#128514; &#128514; &#128514; &#128514; &#128514; &#128514; 138 &#128514; 139 </p> 140 <div>\( \frac{-b &plusmn; \sqrt{b^2-4bc}}{2a} \)</div> 141 $$ \frac{-b &plusmn; \sqrt{b^2-4bc}}{2a} $$ vas 142 <br /> 143 $$ \sum_{i=0}^n a^i = \frac{a^{n+1}-1}{a-1} {a \neq 1} $$ 144 <br /> 145 146 <video width="200" controls> 147 <source 148 src="https://wh9xsi1isi.ufs.sh/f/3pCuYtORE70iFh1vC2kQTmgCPNMpYynkzK4WXJelbq527Zjo" 149 type="video/webm" 150 /> 151 </video> 152 153 <br /> 154 155 <audio controls> 156 <source 157 src="/Volumes/Airport/media/Music/Caroline Polachek - Desire, I Want To Turn Into You Everasking Edition/14 Spring Is Coming With A Strawberry In The Mouth.flac" 158 type="audio/flac" 159 /> 160 </audio> 161 162 <br /> 163 164 <iframe 165 width="450" 166 height="322" 167 src="https://www.youtube-nocookie.com/embed/UNYqwpx7Cys" 168 title="Music" 169 frameborder="0" 170 allow=" 171 accelerometer; 172 autoplay; 173 clipboard-write; 174 encrypted-media; 175 gyroscope; 176 picture-in-picture; 177 web-share; 178 " 179 referrerpolicy="strict-origin-when-cross-origin" 180 allowfullscreen 181 ></iframe> 182 183 <br /> 184 185 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 186 <br /> 187 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 188 <br /> 189 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 190 <br /> 191 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 192 <br /> 193 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 194 <br /> 195 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 196 <br /> 197 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 198 <br /> 199 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 200 <br /> 201 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 202 <br /> 203 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 204 <br /> 205 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 206 <br /> 207 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 208 <br /> 209 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 210 <br /> 211 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 212 <br /> 213 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 214 <br /> 215 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 216 <br /> 217 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 218 <br /> 219 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 220 <br /> 221 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 222 <br /> 223 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 224 <br /> 225 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 226 <br /> 227 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 228 <br /> 229 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 230 <br /> 231 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 232 <br /> 233 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 234 <br /> 235 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 236 <br /> 237 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 238 <br /> 239 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 240 <br /> 241 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 242 <br /> 243 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 244 <br /> 245 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 246 <br /> 247 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 248 <br /> 249 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 250 <br /> 251 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 252 <br /> 253 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 254 <br /> 255 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 256 <br /> 257 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 258 <br /> 259 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 260 <br /> 261 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 262 <br /> 263 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 264 <br /> 265 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 266 <br /> 267 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 268 <br /> 269 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 270 <br /> 271 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 272 <br /> 273 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 274 <br /> 275 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 276 <br /> 277 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 278 <br /> 279 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 280 <br /> 281 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 282 <br /> 283 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 284 <br /> 285 <a href="https://mmatt.net" target="_blank">this website is neat!</a> 286 <br /> 287 <br /> 288 <a href="#top">up!</a> 289 </body> 290</html>