Added links v2
This commit is contained in:
parent
11f354b6d0
commit
6c2dc72ddc
1 changed files with 12 additions and 3 deletions
11
index.html
11
index.html
|
@ -5,11 +5,16 @@
|
||||||
<link rel="icon" type="image/png" href="icons16.png" sizes="16x16" />
|
<link rel="icon" type="image/png" href="icons16.png" sizes="16x16" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
color: #FAFAFA;
|
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
color: #FAFAFA;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
}
|
}
|
||||||
|
.main {
|
||||||
|
font-family: 'Open Sans';
|
||||||
|
}
|
||||||
.footer {
|
.footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -20,13 +25,17 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="header">
|
||||||
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
<h1>Hello! And what are you looking for here? Ahh?!<br></h1>
|
||||||
|
</div>
|
||||||
|
<div class="main">
|
||||||
<p>Here is my services:</p>
|
<p>Here is my services:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://jenkins.asxp.io" target="_blank" rel="noopener noreferrer">Jenkins</a></li>
|
<li><a href="https://jenkins.asxp.io" target="_blank" rel="noopener noreferrer">Jenkins</a></li>
|
||||||
<li><a href="https://git.asxp.io" target="_blank" rel="noopener noreferrer">Gitea</a></li>
|
<li><a href="https://git.asxp.io" target="_blank" rel="noopener noreferrer">Gitea</a></li>
|
||||||
<li><a href="https://uptime.asxp.io" target="_blank" rel="noopener noreferrer">Uptime</a></li>
|
<li><a href="https://uptime.asxp.io" target="_blank" rel="noopener noreferrer">Uptime</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<h1>me@asxp.io or t.me/asxpi</h1>
|
<h1>me@asxp.io or t.me/asxpi</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue