-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 817 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Document</title>
</head>
<body>
<div class="container">
<h1 data-testid="slackUserName">Torzor Peter</h1>
<img src="/image/Torzor.jpg" alt="Torzor Peter" data-testid="slackDisplayImage">
<p class="item" data-testid="currentDayOfTheWeek" id="currentDay"></p>
<p class="item" data-testid="currentUTCTime" id="currentTime"></p>
<p class="item" data-testid="myTrack"><b>Frontend</b></p>
<a class="item" href="https://github.com/Power70/HNGX-Task01" data-testid=“githubURL” target="_blank">GitHub</a>
</div>
<script src="app.js"></script>
</body>
</html>