mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 14:55:14 +00:00
29 lines
742 B
HTML
29 lines
742 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Latest Commit</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="profile">
|
|
<img src="avatar.jpg" alt="GitHub Avatar" class="avatar">
|
|
<h1>GitHub Profile</h1>
|
|
<div class="profile-details">
|
|
<p><strong>Name:</strong> Gregory Hendrickson</p>
|
|
<p><strong>Username:</strong> ghndrx</p>
|
|
<p><strong>Location:</strong> Sacramento, California</p>
|
|
|
|
</div>
|
|
<a href="https://github.com/ghndrx" class="profile-link">Visit Profile</a>
|
|
</div>
|
|
<div class="commit">
|
|
<h2>Latest Commit</h2>
|
|
<div id="commit-info"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|