viewport size style

This commit is contained in:
Carl Pearson
2024-09-08 06:05:10 -06:00
parent ae5c206389
commit 456b3d3e56
4 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Download Video</title>
</head>

View File

@@ -2,6 +2,8 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video Downloader</title>
</head>

View File

@@ -2,6 +2,8 @@
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
</head>

View File

@@ -2,8 +2,10 @@
<html>
<head>
<title>Downloaded Videos</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="10">
<title>Downloaded Videos</title>
<style>
table {
width: 100%;