fix: format
This commit is contained in:
parent
e073e9f1ec
commit
c88d44dcef
@ -1,6 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="<%= parsed.lang %>">
|
<html lang="<%= parsed.lang %>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -11,7 +10,6 @@
|
|||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="/static/common.css">
|
<link rel="stylesheet" href="/static/common.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>
|
<h1>
|
||||||
@ -20,5 +18,4 @@
|
|||||||
<%- parsed.content %>
|
<%- parsed.content %>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,9 +1,6 @@
|
|||||||
<% const
|
<% const desc="txtdot is a HTTP proxy that parses text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts" %>
|
||||||
desc="txtdot is a HTTP proxy that parses text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts"
|
|
||||||
%>
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -13,7 +10,6 @@
|
|||||||
<link rel="stylesheet" href="/static/common.css">
|
<link rel="stylesheet" href="/static/common.css">
|
||||||
<link rel="stylesheet" href="/static/index.css">
|
<link rel="stylesheet" href="/static/index.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<header>
|
<header>
|
||||||
@ -34,11 +30,14 @@
|
|||||||
<label for="engine">Engine</label>
|
<label for="engine">Engine</label>
|
||||||
<select name="engine">
|
<select name="engine">
|
||||||
<option value="" selected>Default</option>
|
<option value="" selected>Default</option>
|
||||||
<% engineList.forEach((engine)=> { %>
|
<% engineList.forEach((engine)=> {
|
||||||
|
%>
|
||||||
<option value="<%= engine %>">
|
<option value="<%= engine %>">
|
||||||
<%= engine %>
|
<%= engine %>
|
||||||
</option>
|
</option>
|
||||||
<% }) %>
|
<%
|
||||||
|
})
|
||||||
|
%>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
@ -52,5 +51,4 @@
|
|||||||
</form>
|
</form>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user