diff mrjunejune/pages/index.html @ 73:ede391ac83c8

[MrJuneJune] My own websites.
author June Park <parkjune1995@gmail.com>
date Wed, 31 Dec 2025 09:07:29 -0800
parents 114cad94008f
children 35b1abc37969
line wrap: on
line diff
--- a/mrjunejune/pages/index.html	Mon Dec 29 07:50:07 2025 -0800
+++ b/mrjunejune/pages/index.html	Wed Dec 31 09:07:29 2025 -0800
@@ -7,6 +7,7 @@
   </head>
   <body>
      <main>
+       <div id="header"></div>
        <div>
          <p>Hi, my name is Juntae, but most people call me <b>June</b>.</p>
          <p>I am a software engineer with experience spanning a wide range of companies, from small startups to FAANG. </p> 
@@ -235,6 +236,8 @@
          <p class="entry-position-style">BACHELOR OF SCIENCE IN PHYSICS</p>
          <p class="entry-date-style">2014 - 2018</p>
        </div>
+       <div id="footer"></div>
      </main>
   </body>
+  <script href="index.js"></script>
 </html>