1+ <!DOCTYPE html>
2+ < html lang ="en-us ">
3+
4+ < head >
5+ < title > Kart Krew Dev</ title >
6+
7+ < meta charset ="utf-8 " />
8+ < meta name ="generator " content ="Pelican " />
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
10+ < meta name ="og:site_name " content ="Kart Krew Dev ">
11+
12+ < meta name ="og:image " content ="https://www.kartkrew.org/theme/images/kkd_logo_V3.svg " />
13+
14+ < style >
15+ /* archivo-black-regular - latin */
16+ @font-face {
17+ font-display : swap;
18+ font-family : 'Archivo Black' ;
19+ font-style : normal;
20+ font-weight : 400 ;
21+ src : url ('https://www.kartkrew.org/theme/fonts/archivo-black-v21-latin-regular.woff2' ) format ('woff2' );
22+ }
23+
24+ /* lato-regular - latin */
25+ @font-face {
26+ font-display : swap;
27+ font-family : 'Lato' ;
28+ font-style : normal;
29+ font-weight : 400 ;
30+ src : url ('https://www.kartkrew.org/theme/fonts/lato-v24-latin-regular.woff2' ) format ('woff2' );
31+ }
32+
33+ /* lato-italic - latin */
34+ @font-face {
35+ font-display : swap;
36+ font-family : 'Lato' ;
37+ font-style : italic;
38+ font-weight : 400 ;
39+ src : url ('https://www.kartkrew.org/theme/fonts/lato-v24-latin-italic.woff2' ) format ('woff2' );
40+ }
41+
42+ /* lato-900 - latin */
43+ @font-face {
44+ font-display : swap;
45+ font-family : 'Lato' ;
46+ font-style : normal;
47+ font-weight : 900 ;
48+ src : url ('https://www.kartkrew.org/theme/fonts/lato-v24-latin-900.woff2' ) format ('woff2' );
49+ }
50+
51+ /* lato-900italic - latin */
52+ @font-face {
53+ font-display : swap;
54+ font-family : 'Lato' ;
55+ font-style : italic;
56+ font-weight : 900 ;
57+ src : url ('https://www.kartkrew.org/theme/fonts/lato-v24-latin-900italic.woff2' ) format ('woff2' );
58+ }
59+
60+
61+ </ style >
62+
63+ < link rel ="icon " href ="https://www.kartkrew.org/theme/images/kkd_logo_V3_white.svg " type ="image/x-icon "/>
64+ < link rel ="stylesheet " href ="https://www.kartkrew.org/theme/css/reset.css ">
65+ < link rel ="stylesheet " href ="https://www.kartkrew.org/theme/css/style.css ">
66+
67+ < link href ="https://www.kartkrew.org/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate " title ="Kart Krew Dev Full Atom Feed " />
68+ </ head >
69+
70+ < body class ="">
71+ < header class ="nav-header ">
72+ < nav class ="nav " aria-label ="Main Menu ">
73+ < a href ="/index.html " class ="site-logo ">
74+ < img width ="48 " height ="48 " alt ="Kart Krew " src ="https://www.kartkrew.org/theme/images/kkd_logo_V3_white.svg ">
75+ </ a >
76+
77+ < ul class ="page-list ">
78+ < li > < a href ="https://www.kartkrew.org/news.html "> News</ a > </ li >
79+ </ ul >
80+ </ nav >
81+ </ header >
82+
83+ < main class ="page-main ">
84+ < h1 > 404 — Not found</ h1 >
85+ < p > What were you hoping to find?</ p >
86+ </ main >
87+
88+ < footer class ="page-footer ">
89+ < div class ="socials ">
90+ < a href ="https://www.kartkrew.org/feeds/all.atom.xml ">
91+ < img width ="32 " height ="32 " alt ="Feed " src ="https://www.kartkrew.org/theme/images/iconmonstr-rss-feed-1.svg ">
92+ </ a >
93+ < a href ="https://twitter.com/kartkrewdev ">
94+ < img width ="32 " height ="32 " alt ="Twitter " src ="https://www.kartkrew.org/theme/images/iconmonstr-twitter-1.svg ">
95+ </ a >
96+ < a href ="https://www.youtube.com/@KartKrewDev ">
97+ < img width ="32 " height ="32 " alt ="YouTube " src ="https://www.kartkrew.org/theme/images/iconmonstr-youtube-6.svg ">
98+ </ a >
99+ < a href ="https://kartkrew.org/discord ">
100+ < img width ="32 " height ="32 " alt ="Discord " src ="https://www.kartkrew.org/theme/images/iconmonstr-discord-1.svg ">
101+ </ a >
102+ < a href ="https://gitlab.com/kart-krew-dev ">
103+ < img width ="32 " height ="32 " alt ="Git " src ="https://www.kartkrew.org/theme/images/iconmonstr-git-1.svg ">
104+ </ a >
105+ </ div >
106+ < p > © Kart Krew Dev</ p >
107+ < p >
108+ Kart Krew is not affiliated with SEGA. Dr. Robotnik’s Ring Racers, SRB2Kart,
109+ SRB2 Top-Down and all related software are works of fan art. Dr. Robotnik
110+ and related characters are property of SEGA.
111+ </ p >
112+ < p > Social icons used under license from < a href ="https://iconmonstr.com "> iconmonstr</ a > © Alexander Kahlkopf</ p >
113+ </ footer >
114+
115+ < script defer type ="text/javascript ">
116+ let autoplayhook = ( ev ) => {
117+ let autoplayVideos = document . querySelectorAll ( 'video.intersect-autoplay' ) ;
118+ let handler = async ( entries ) => {
119+ for ( let entry of entries ) {
120+ if ( entry . isIntersecting === true ) {
121+ if ( ! entry . target . playing ) {
122+ await entry . target . play ( ) ;
123+ }
124+ } else {
125+ if ( ! entry . target . paused ) {
126+ await entry . target . pause ( ) ;
127+ }
128+ }
129+ }
130+ } ;
131+ let observer = new IntersectionObserver ( handler ) ;
132+ for ( let video of autoplayVideos ) {
133+ observer . observe ( video ) ;
134+ }
135+ } ;
136+ document . addEventListener ( 'DOMContentLoaded' , autoplayhook ) ;
137+ </ script > </ body >
138+ </ html >
0 commit comments