-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhead.php
16 lines (15 loc) · 884 Bytes
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
?>
<!DOCTYPE html>
<html>
<head>
<title>PCI Lookup</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<meta name="description" content="PCI Lookup is desinged to help you find the Vendor and Device descriptions you need to get drivers for you PC. If you are not sure where to start, there is some helpful information below that can get you started. If you are still lost, feel free to contact us, we would be happy to help!">
<meta name="keywords" content="PCI,ID,database,lookup,pcidatabase,pci-id">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="css/open-iconic-bootstrap.min.css">
</head>
<body>