Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head></head>
<body>
<?php
// Database connection parameters.
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "SampleDB";
@Lavz
Lavz / index.html
Created December 7, 2018 12:11
Login screen Using Html
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
form {border: 3px solid #f1f1f1;}
input[type=text], input[type=password] {
width: 100%;