20 lines
691 B
PHP
Executable File
20 lines
691 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="A web based patch cable management system.">
|
|
<meta name="author" content="PatchCableMgr">
|
|
|
|
<!-- App Favicon -->
|
|
<link rel="shortcut icon" href="assets/images/favicon.ico">
|
|
|
|
<!-- App title -->
|
|
<title>PatchCableMgr | Web Based Patch Cable Management</title>
|
|
|
|
|
|
<!-- Switchery css -->
|
|
<link href="assets/plugins/switchery/switchery.min.css" rel="stylesheet" />
|
|
|
|
<!-- Jquery UI css -->
|
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css"> |