-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 987 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 987 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:title" content="Seven Proxy Portfólio" />
<meta property="og:description" content="Um Portfólio simples feito em Rust + WebAssembly. Discord Nickname; 7proxy" />
<meta property="og:image" content="https://raw.githubusercontent.com/SevenProxy/sevenproxy/refs/heads/main/lain-linux.png" />
<meta property="og:url" content="https://sevenproxy-port.netlify.app/" />
<meta property="og:type" content="website" />
<meta name="theme-color" content="#4B0082" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link data-trunk rel="tailwind-css" href="src/tailwind.css"/>
<link data-trunk rel="copy-dir" href="public" />
<base data-trunk-public-url/>
<title>Seven Proxy</title>
</head>
<body>
<div id="app"></div>
<script type="module">
import init from './pkg/tesseract.js';
init();
</script>
</body>
</html>