File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <!--
2- Hey, you.
3- You’re finally awake.
4- You were trying to see the code, right?
5- Walked right into that hiring message, same as us.
6- If you’d like to work on this website and other cool projects with hackathons, send an email over to engineering@coderit.edu!
7- -->
81<!DOCTYPE html>
92< html lang ="en ">
103 < head >
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ import PreRegister from './preregister';
44import 'bootstrap/dist/css/bootstrap.css' ;
55import './index.scss' ;
66
7+ const hiringMessage = `Hey, you.
8+ You’re finally awake.
9+ You were trying to see the code, right?
10+ Walked right into that hiring message, same as us.
11+ If you’d like to work on this website and other cool projects with hackathons, send an email over to engineering@coderit.edu!`
12+
13+ console . log ( hiringMessage ) ;
14+
15+ const comment = document . createComment ( "\n" + hiringMessage . toString ( ) + "\n" ) ;
16+ document . insertBefore ( comment , document . firstChild ) ;
17+
718ReactDOM . render (
819 < PreRegister /> ,
920 document . getElementById ( 'root' ) ,
You can’t perform that action at this time.
0 commit comments