Skip to content

Commit

Permalink
add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmray committed Sep 8, 2024
1 parent f67ff7e commit 06352a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,19 @@
background-color: #fff3cd;
color: #856404;
}

#nav a {
float: right;
}
</style>
</head>

<body>
<div class="container">
<h1 class="text-center mb-4">Xray Config Validator</h1>
<nav id="nav">
<a href="https://github.com/mmmray/xray-online">GitHub</a>
<h1 class="text-center mb-4">Xray Config Validator</h1>
</nav>
<div id="editor"></div>
<div id="output">Start typing your Xray config in the editor above.</div>
</div>
Expand Down

0 comments on commit 06352a0

Please sign in to comment.