Skip to content

Commit ffe3ec9

Browse files
committed
error fix with b tag
1 parent fb96e1d commit ffe3ec9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
2222
<script src="js/jquery-3.1.0.min.js"></script>
2323
<script src="js/main.js"></script>
24-
25-
<script src="https://unpkg.com/react@15/dist/react.js"></script>
26-
<script src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script>
27-
<script src="app.js"></script>
28-
<!-- Favicon
24+
<!-- Favicon
2925
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
3026
<link rel="icon" href="assets/icon.png">
3127

@@ -34,10 +30,9 @@
3430
<body>
3531
<!-- Main Menu –––––––––––––––––––––––––––––––––––––––––––– -->
3632
<div class="hero">
37-
<br>
33+
<br/>
3834
<h1> Meredith Hoo </h1>
3935
<p> I'm a software engineer based in New York, and <br>I want to work with the people and problems that shape society.</p>
40-
<p> My site is <b>currently in development.<b> <br>My content and styling will be completed in late May</p>
4136
<button class="goto" ref="#menu" >enter</button>
4237
<div class="footer">
4338
<a href="https://github.com/merhoo"><img src="./assets/github-white.svg"></a>

0 commit comments

Comments
 (0)