Added Vivaldi files

This commit is contained in:
Stian Lund
2022-07-06 17:56:03 +02:00
parent 778754c0b3
commit aef42237a2
47 changed files with 2132 additions and 27 deletions
+14 -13
View File
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="../favicon.ico" sizes="32x32">
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css">
</head>
<body>
<p>Login successful!<br>
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../favicon.ico" rel="icon" sizes="32x32">
<link href="style.css" media="screen, projection" rel="stylesheet" type="text/css">
</head>
<body>
<p>Login successful!<br></p>
</body>
</html>
+14 -14
View File
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="../favicon.ico" sizes="32x32">
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css">
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="../favicon.ico" sizes="32x32">
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css">
</head>
<body>
<form name="LoginForm" action="test-login-success.html" method="get">
<p>User name:<br>
<input name="user" type="text" size="24" id="LoginFormUser"></p>
<p>Password:<br>
<input name="pwd" type="password" size="24"></p>
<p><input type="submit" value=" Submit ">
<input type="reset" value=" Reset "></p>
</form>
</body>
<body>
<form name="LoginForm" action="test-login-success.html" method="get">
<p>User name:<br>
<input name="user" type="text" size="24" id="LoginFormUser"></p>
<p>Password:<br>
<input name="pwd" type="password" size="24"></p>
<p><input type="submit" value=" Submit ">
<input type="reset" value=" Reset "></p>
</form>
</body>
</html>