Skip to content

Commit 43694fa

Browse files
committed
Changed the console comment into an HTML comment
1 parent d5f856d commit 43694fa

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

public/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
-->
18
<!DOCTYPE html>
29
<html lang="en">
310
<head>

src/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import PreRegister from './preregister';
44
import 'bootstrap/dist/css/bootstrap.css';
55
import './index.scss';
66

7-
console.log(`Hey, you.\n
8-
You’re finally awake.\n
9-
You were trying to see the code, right?\n
10-
Walked right into that hiring message, same as us.\n
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-
137
ReactDOM.render(
148
<PreRegister/>,
159
document.getElementById('root'),

0 commit comments

Comments
 (0)