18 lines
325 B
Svelte
18 lines
325 B
Svelte
<script>
|
|
import Section from "components/Section.svelte";
|
|
</script>
|
|
|
|
<title> Resources </title>
|
|
|
|
<div class="">
|
|
<Section>
|
|
<h1>
|
|
Resources for ECSE students at McGill University, presented by ECSESS!
|
|
</h1>
|
|
|
|
<h2>Technical</h2>
|
|
|
|
<h2>Academic</h2>
|
|
</Section>
|
|
</div>
|