Skip to content

Commit

Permalink
Updated pages
Browse files Browse the repository at this point in the history
  • Loading branch information
reionize committed Jul 20, 2024
1 parent 997b7c6 commit 10bbd8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title> Laura Cui | CV </title>

<meta name="viewport" content="initial-scale=1, width=device-width, user-scalable=no"/>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400|Work+Sans:300,400|Lora:300|IBM+Plex+Sans:400,500|Monofett" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400|Work+Sans:300,400|Lora:300|IBM+Plex+Sans:400,500|VT323" rel="stylesheet">
<link rel="icon" type="image/png" href="/img/fav.png"/>
<link rel="canonical" href="https://reionize.github.io/temp">
<meta name="keywords" content="Laura Cui,reionize,blair3sat,stargazings,reionize projects,Laura Cui projects,Laura Cui physics,reionization"/>
Expand All @@ -29,7 +29,7 @@
const t = document.getElementById("secret");
const rows = [];
for (let i=0; i<8; i++) {
let r = t.insertRow(0);
let r = t.insertRow();
rows.push(r);
}
var pixels;
Expand Down Expand Up @@ -64,7 +64,7 @@ <h1> *** This page is under construction *** </h1>
</div>
<div id="content">
<br>
<table id="secret" style="font-family: 'Monofett'; font-size: 12;"> </table>
<table id="secret" style="font-family: 'VT323'; font-size: 1;"> </table>
<br> <br> <br>
</div>

Expand Down

0 comments on commit 10bbd8b

Please sign in to comment.