Skip to content

Commit

Permalink
Message to users
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiahBouromphongsa committed Sep 3, 2023
1 parent 54e3a6f commit 2dc7745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/routes/alumni.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>Alumni page under construction!</h1>
2 changes: 1 addition & 1 deletion src/routes/oppertunities.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
let name = 'world';
</script>

<h1>Hello {name}!</h1>
<h1>Hello World!</h1>
1 change: 1 addition & 0 deletions src/routes/professors.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1>Professors page under construction</h1>

0 comments on commit 2dc7745

Please sign in to comment.