mirror of
https://github.com/pdemian/human2regex.git
synced 2025-05-17 13:00:08 -07:00
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
<!-- Copyright (c) 2020 Patrick Demian; Licensed under MIT -->
|
|
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<!-- Metadata -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="{{page.description}}">
|
|
<meta name="keywords" content="Human2Regex, Human, Regex, Natural, Language, Natural Language">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<title>{{page.title}}</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
|
|
|
<!-- Our own CSS -->
|
|
<link href="style.min.css" rel="stylesheet" type="text/css">
|
|
|
|
<meta name="theme-color" content="#212529">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
<a class="skip skip-top" href="#maincontent">Skip to main content</a>
|
|
|
|
<div class="wrapper">
|
|
<!-- Navigation -->
|
|
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="/">
|
|
<img src="favicon.png" width="30" height="30" class="d-inline-block align-top" alt="logo"> Human2Regex
|
|
</a>
|
|
</div>
|
|
</nav> |