Compare commits

..

No commits in common. "0550c9cc192ca3bc8f1a931e0f2ab3f1adfe13a2" and "b7a706ff9f92d856e17c29ccf98d76f026857773" have entirely different histories.

2 changed files with 0 additions and 44 deletions

@ -1 +0,0 @@
Subproject commit 8d081e5815a1c57a59168bf174bf9cde21115d5b

View File

@ -1,43 +0,0 @@
<?php
include("db_pdo.php")
$db = new myPDO();
?>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>Mine CD-er</h1>
<table>
<tr>
<th>Navn film</th>
<th>Navn (engelsk)</th>
<th>Skuespiller</th>
<th>Skuespiller</th>
<th>År</th>
<th>Nr</th>
</tr>
<tr>
<td>Navn film</td>
<td>Navn (engelsk)</td>
<td>Skuespiller</td>
<td>Skuespiller</td>
<td>År</td>
<td>Nr</td>
</tr>
</body>
</html>