-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbyui.html
24 lines (24 loc) · 900 Bytes
/
byui.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>BYUI</title>
</head>
<body>
<header></header>
<nav>
<a href="byui.html">Home</a>
<a href="https://www.churchofjesuschrist.org">Church of jesus christ</a>
<a href="https://www.churchofjesuschrist.org/temples">Temples</a>
<a href="https://www.churchofjesuschrist.org/study/scriptures">Scriptures</a>
</nav>
<main>
<h1>Brigham Young University Idaho</h1>
<img
scr="https://www.byui.edu/images/service-sites/map-banner.jpg"
alt="BYUI Campus"
/>
<p>BYU-Idaho is a comfortable place to learn and grow as a disciple of Jesus Christ because students, faculty, and employees share a commitment to live the gospel.</p>
</main>
<footer></footer>
</body>
</html>