Skip to content

Commit

Permalink
Create version.html
Browse files Browse the repository at this point in the history
  • Loading branch information
App004 authored Oct 23, 2024
1 parent 43d6349 commit 3c94748
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions version.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>version</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<h1>version</h1>
<p>v21.4.2</p>
<a class="btn btn-primary" href="./index.html" role="button">Back</a>
</body>
</html>

0 comments on commit 3c94748

Please sign in to comment.