Add first HTML practice
This commit is contained in:
13
1/LMSGI/t1-NicolasOrtega/index.html
Normal file
13
1/LMSGI/t1-NicolasOrtega/index.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home Page</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Nicolás A. Ortega Froysa</h1>
|
||||
<p><a href="index.html" >Home</a> | <a href="personal-information.html" >Personal Information</a> | <a href="studies.html" >Studies</a> | <a href="experience.html" >Experience</a> | <a href="contact.html" >Contact</a></p>
|
||||
<hr />
|
||||
<h2>Home Page</h2>
|
||||
<p>Welcome to my n<sup>th</sup> webpage. You can find my personal website at <a href="https://themusicinnoise.net/" >https://themusicinnoise.net/</a>.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user