57 lines
2.1 KiB
HTML
57 lines
2.1 KiB
HTML
HTTP/1.1 200 OK
|
|
Date: Sat, 28 Jan 2023 19:07:09 GMT
|
|
Server: Apache/2.4.52 (Ubuntu)
|
|
Vary: Accept-Encoding
|
|
Transfer-Encoding: chunked
|
|
Content-Type: text/html; charset=UTF-8
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>HaxTables</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
<script src="./assets/js/main.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<h1 align="center">HaxTables</h1>
|
|
<br><br>
|
|
<div class="container">
|
|
<nav class="navbar navbar-inverse">
|
|
<div class="container-fluid">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand" href="/">HaxTables</a>
|
|
</div>
|
|
<ul class="nav navbar-nav">
|
|
<li class="active"><a href="/">Home</a></li>
|
|
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Convertions<span class="caret"></span></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/index.php?page=string">String</a></li>
|
|
<li><a href="/index.php?page=integer">Integer</a></li>
|
|
<li><a href="/index.php?page=image">Images</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#">About us</a></li>
|
|
<li><a href="/index.php?page=api">API</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
|
|
<p align="center">Free online String and Number converter. Just load your input and they will automatically get converted to selected format. A collection of useful utilities for working with String and Integer values. All are simple, free and easy to use. There are no ads, popups or other garbage!</p>
|
|
|
|
<p align="center">
|
|
<img src="../assets/img/index.png">
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|