style(details.html): format with prettier
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<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" />
|
||||||
<title>judas panel - details</title>
|
<title>judas panel - details</title>
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
<link
|
||||||
</head>
|
rel="stylesheet"
|
||||||
<body>
|
href="{{ url_for('static', filename='css/style.css') }}"
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="{{ url_for('index.index') }}">judas</a></h1>
|
<h1><a href="{{ url_for('index.index') }}">judas</a></h1>
|
||||||
@@ -16,7 +19,11 @@
|
|||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
<p><a href="{{ url_for('panel') }}" class="link">Back to Panel</a></p>
|
<p><a href="{{ url_for('panel') }}" class="link">Back to Panel</a></p>
|
||||||
<h2>{{ pc.id }}</h2>
|
<h2>{{ pc.id }}</h2>
|
||||||
<p><a href="{{ url_for('stream', pc_id=pc.id) }}" class="link">View Stream</a></p>
|
<p>
|
||||||
|
<a href="{{ url_for('stream', pc_id=pc.id) }}" class="link"
|
||||||
|
>View Stream</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<table class="center-table details-table">
|
<table class="center-table details-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -32,5 +39,6 @@
|
|||||||
</table>
|
</table>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user