It cannot be child of p
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m4s

This commit is contained in:
2026-03-12 01:28:42 +01:00
parent 7f9412b30b
commit 44663ec051

View File

@@ -6,12 +6,12 @@
<p>Hi, I'm Aran! <p>Hi, I'm Aran!
<br>Welcome to my website! It is still under intense development, so I recommend to come back later! <br>Welcome to my website! It is still under intense development, so I recommend to come back later!
</p> </p>
<p>
<ul> <ul>
<li>You can check my resume <a href="https://cv.aranroig.com">here</a></li> <li>You can check my resume <a href="https://cv.aranroig.com">here</a></li>
<li>Or check out my projects on <a href="https://github.com/BinarySandia04">GitHub</a></li> <li>Or check out my projects on <a href="https://github.com/BinarySandia04">GitHub</a></li>
</ul> </ul>
</p> <br>
</Container> </Container>
</template> </template>