2021-10-25 16:38:29 +02:00
<!DOCTYPE html>
2021-11-11 19:54:59 +01:00
< html prefix = "og: https://ogp.me/ns#" >
2021-11-01 03:06:49 +01:00
< head profile = "http://www.w3.org/2005/10/profile" >
2021-11-01 02:58:09 +01:00
< title > Wes Bryie's Site< / title >
2021-11-01 00:55:08 +01:00
<!-- Made by Wes Bryie in 2021. Designed for wesbryie.cf -->
2021-11-11 19:54:59 +01:00
< meta property = "og:title" content = "Wes Bryie's Site" / >
2021-10-31 19:24:03 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2021-11-01 03:07:50 +01:00
< link rel = "icon" href = "favicon.ico" >
2021-11-01 02:13:04 +01:00
< meta charset = “UTF-8” >
2021-11-09 20:38:28 +01:00
< link rel = "stylesheet" href = "styles.css" >
2021-10-25 16:38:29 +02:00
< / head >
2021-11-09 17:35:59 +01:00
< script src = "index.js" > < / script >
2021-11-09 20:18:23 +01:00
< body >
< nav class = "navbar" >
2021-11-09 20:10:21 +01:00
< div >
< ul >
< li > < a href = "#" > Wes Bryie< / a > < / li >
< li > < a href = "quicklinks/index.html" > Quick Links< / a > < / li >
< / ul >
2021-10-31 19:24:03 +01:00
< / div >
2021-11-12 14:35:18 +01:00
< br >
2021-11-12 13:27:47 +01:00
< div class = "row" >
2021-11-12 13:31:05 +01:00
< div class = "column" >
2021-11-12 16:34:26 +01:00
< h1 > I'm Wes!< / h1 >
2021-11-12 18:11:14 +01:00
< img id = "bitmoji1" src = "bitmoji1.jpeg" alt = "My Bitmoji" >
2021-11-12 13:29:49 +01:00
< p > I am the owner of this site, and I code it! I am a teen who is interesting in technology, coding, and computer science in general! I don't have much time for coding, but when I do code, I'm usually coding this site.< / p >
< / div >
2021-11-12 13:27:47 +01:00
< div class = "column" > < / div >
< div class = "column" > < / div >
< / div >
2021-11-12 16:04:04 +01:00
< script src = "done.js" > < / script >
2021-10-25 16:38:29 +02:00
< / body >
2021-10-31 18:38:59 +01:00
< / html >