16 lines
396 B
HTML
16 lines
396 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charSet="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||
|
<meta name="description" content={ pkg.description } />
|
||
|
|
||
|
<link rel="author" href="/humans.txt" />
|
||
|
|
||
|
<title>Regexper</title>
|
||
|
</head>
|
||
|
<body data-build-id="<%= process.env.BUILD_ID %>">
|
||
|
<div id="root"></div>
|
||
|
</body>
|
||
|
</html>
|