k8s/1

29 lines
624 B
Plaintext
Raw Permalink Normal View History

2025-06-12 09:27:26 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="js/script.js"></script>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.data-container {
border: 1px solid #ccc;
padding: 10px;
background-color: #f9f9f9;
}
</style>
</head>
<body>
<h1>Crypto Price Display</h1>
<div class="data-container">
<!-- Data will be rendered here -->
</div>
</body>
</html>