mirror of
https://github.com/TechplexEngineer/plexview.git
synced 2026-07-28 06:22:14 +00:00
13 lines
257 B
HTML
13 lines
257 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>PlexView</title>
|
|
</head>
|
|
<body>
|
|
<input type="text" name="first">
|
|
<input type="text" name="last">
|
|
<input type="password" name="pass">
|
|
<input type="text" name="gridName">
|
|
<input type="text" name="gridURL">
|
|
</body>
|
|
</html> |