Start the web server inside the src directory

This commit is contained in:
2020-06-21 19:36:38 +02:00
parent 222194f1f1
commit 554baf39ff
20 changed files with 20 additions and 5693 deletions

View File

@@ -6,7 +6,7 @@
<title>Gestión de usuarios</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../static/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" />
</head>
<body>
<?php include 'navbar.php' ?>