We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a57c4 commit d9a9ab2Copy full SHA for d9a9ab2
scripts/voids_search/search_result_template.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
4
-<title>{{title}} </title>
+
5
<head>
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<style>.column { float: left; width: 45%; padding: 10px;}.row:after { content: ""; display: table; clear: both;}
@@ -19,7 +19,7 @@
19
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
20
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
21
</head>
22
-
+<title>{{title}} </title>
23
<body>
24
<div class="container mx-auto" >
25
<div class= "row justify-content-between">
0 commit comments