-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html>
<head>
<title>ArtEze - CodersRank y StackBlitz</title>
<link rel="icon" href="/img/favicon.png"></link>
<script src="index.js"></script>
<script src="https://profile.codersrank.io/widget/widget.js"></script>
</head>
<body>
<center>
<table>
<tr>
<td>
<b>ArtEze practicando en CodersRank y StackBlitz</b>
<div>
<a target="_blank" href="https://github.com/arteze/arecorasta">Proyecto en GitHub</a>
</div>
<div>
<a href="https://arteze.github.io/arecorasta">Página en GitHub Pages.</a>
</div>
<div>
<a target="_blank" href="https://codersrank-template-cdox7e.stackblitz.io">Página en StackBlitz</a>
</div>
<div>
<a target="_blank" href="https://profile.codersrank.io/user/arteze">Usuario en CodersRank</a>
</div>
</td>
<td>
<p>
<codersrank-widget username="arteze" layout="horizontal" badges="3" style="--bg-color: #214e; --badge-bg-color: #235d; --badge-text-color: #debc;"></codersrank-widget>
</p>
</td>
</tr>
</table>
</center>
</body>
</html>