16 lines
499 B
HTML
Vendored
16 lines
499 B
HTML
Vendored
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h5>Welcome from Pake!</h5>
|
|
<p>version: 1.0.9</p>
|
|
<a href="https://github.com/tw93/Pake">Project link</a><br>
|
|
<a href="https://github.com/tw93/Pake/discussions">Discussions</a><br>
|
|
<a href="https://github.com/tw93/Pake/issues" >Issues</a><br>
|
|
<p>LICENSE: MIT</p>
|
|
</body>
|
|
</html> |