|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width" /> |
|
<title>Runimage repo</title> |
|
<link rel="stylesheet" href="style.css" /> |
|
<link rel="icon" href="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"> |
|
</head> |
|
<body> |
|
<div class="card"> |
|
<h1>Welcome to pacman repository for RunImage container!</h1> |
|
<p> |
|
Also don't forget to check the |
|
<a href="https://github.com/VHSgunzo/runimage" target="_blank">RunImage documentation</a>. |
|
</p> |
|
</div> |
|
</body> |
|
</html> |
|
|