-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (75 loc) · 2.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<title>vite-vanilla-ts-module</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
</head>
<body>
<div class="container">
<!-- START ARTICLE FEED -->
<section class="articles">
<div class="column is-8 is-offset-2">
<!-- START ARTICLE -->
<div class="card article">
<div class="card-content">
<div class="media">
<div class="media-content has-text-centered">
<p class="title article-title">
vite-vanilla-ts-template-extended
</p>
<div class="level-item pt-4">
<p>
<img
alt="release"
src="https://img.shields.io/github/v/tag/entwurfhaus/vite-vanilla-ts-module?label=release&style=flat-square"
/>
<img
alt="GitHub Workflow Status (with event)"
src="https://img.shields.io/github/actions/workflow/status/entwurfhaus/vite-vanilla-ts-module/develop.yml"
/>
<img
alt="vulnerabilities"
src="https://img.shields.io/snyk/vulnerabilities/github/entwurfhaus/vite-vanilla-ts-module?style=flat-square"
/>
</p>
</div>
</div>
</div>
<div class="content article-body">
<p>
These are quick links, to the generated files - from built
operation, and generated test reports (such as code coverage):
</p>
<ul>
<li>
<a href="stats.html">Build Statistics</a>
</li>
<li>
<a href="coverage/index.html">Code Coverage</a>
</li>
</ul>
<p>And package documentation, can be accessed below:</p>
<ul>
<li>
<a href="_docs/index.html">Documentation</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p class="subtitle is-5">
Thank you for your support, happy coding!
</p>
</div>
</div>
</footer>
</div>
</body>
</html>