File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
- <p align = " center " >
1
+ <p >
2
2
<a href =" https://svelte.dev " >
3
3
<img alt="Cybernetically enhanced web apps: Svelte" src="https://svelte-assets.surge.sh/banner.png">
4
4
</a >
5
+
6
+ <a href =" https://www.npmjs.com/package/svelte " >
7
+ <img src="https://img.shields.io/npm/v/svelte.svg" alt="npm version">
8
+ </a >
9
+
10
+ <a href =" https://packagephobia.now.sh/result?p=svelte " >
11
+ <img src="https://packagephobia.now.sh/badge?p=svelte" alt="install size">
12
+ </a >
13
+
14
+ <a href =" https://travis-ci.org/sveltejs/svelte " >
15
+ <img src="https://api.travis-ci.org/sveltejs/svelte.svg?branch=master"
16
+ alt="build status">
17
+ </a >
18
+
19
+ <a href =" https://github.com/svelte/svelte/blob/master/LICENSE.md " >
20
+ <img src="https://img.shields.io/npm/l/svelte.svg" alt="license">
21
+ </a >
5
22
</p >
6
23
7
24
You can’t perform that action at this time.
0 commit comments