You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
597 B
HTML
25 lines
597 B
HTML
1 year ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<section class="team-5">
|
||
|
<div>
|
||
|
<h1>Group 5:</h1>
|
||
|
<ol>
|
||
|
<li>chrisnova20 - Christopher Nova</li>
|
||
|
<li>JP - James Philip De Leon</li>
|
||
|
<li>Josua Castañare - Josua Castañares</li>
|
||
|
<li>Ron - Ron Reciproco</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
</section>
|
||
|
</main>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|