Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
imuni4fun authored Dec 17, 2024
1 parent a8045f7 commit 6c93339
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,11 @@
<html>
<head>
<title>Chart</title>
<style>
.chart {
width: 400px;
height: 300px;
margin: 20px;
border: 1px solid #ccc;
box-shadow: 2px 2px 5px #ccc;
display: block;
vertical-align: top;
padding: 10px;
box-sizing: border-box;
font-size: 14px;
line-height: 1.5;
}

.chart h3 {
margin-top: 0;
font-size: 18px;
font-weight: bold;
}

.chart p {
margin: 0;
}
</style>
</head>
<body>
<h1>OneShotMetricsServer Helm page</h1>
<img src="logo.png"/>
<p>helm repo add oneShotMetricsServer https://imuni4fun.github.io/oneShotMetricsServer</p>
<h2>helm repo add oneShotMetricsServer https://imuni4fun.github.io/oneShotMetricsServer</h2>
<h2>Chart index is <a href="index.yaml">here</a></h2>
<h2>Releases are <a href="https://github.com/imuni4fun/oneShotMetricsServer/releases">here</a></h2>
</body>
Expand Down

0 comments on commit 6c93339

Please sign in to comment.