-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
29 lines (26 loc) · 1.17 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
<!DOCTYPE html>
<html style="margin: auto; max-width: 1020px; padding: 16px">
<head>
<title>Nsma VPN</title>
<link rel="icon" href="https://raw.githubusercontent.com/erfansn/NsmaVPN/master/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp" type="image/x-icon"/>
<script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3?register"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<zero-md src="README.md">
<template>
<!-- Sensible host style defaults -->
<style>
:host { display: block; position: relative; contain: content; }
:host([hidden]) { display: none; }
</style>
<!-- Github markdown styles (light) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/github-markdown-css@5/github-markdown-light.min.css" />
<!-- Highlightjs Github theme (light) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets@11/styles/github.min.css" />
<!-- KaTeX styles (needed for math) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0/dist/katex.min.css" />
</template>
</zero-md>
</body>
</html>