Update templates/looking_glass.html

This commit is contained in:
Blackwhitebear8 2025-08-14 17:59:01 +02:00
parent b6c99fe0cf
commit 83311c4ba1

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="nl"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -8,6 +8,15 @@
<script src="/static/js/vis-network.min.js"></script> <script src="/static/js/vis-network.min.js"></script>
<link href="/static/css/bootstrap.min.css" rel="stylesheet"> <link href="/static/css/bootstrap.min.css" rel="stylesheet">
<title>AS215085 Looking Glass</title> <title>AS215085 Looking Glass</title>
<meta name="description" content="AS215085 Lookingglas" />
<link rel="canonical" href="https://lg.as215085.net" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="LG.AS215085.net | PixelHosting" />
<meta property="og:type" content="website" />
<meta property="og:title" content="LG.AS215085.net | PixelHosting" />
<meta property="og:description" content="AS215085 Lookingglas" />
<meta property="og:url" content="https://lg.as215085.net" />
<link rel="icon" type="image/png" href="/static/img/cropped-Pixelhosting-logo-favicon-32x32.png">
<style> <style>
body { background-color: #f8f9fa; } body { background-color: #f8f9fa; }
.card { margin-bottom: 1.5rem; } .card { margin-bottom: 1.5rem; }