| 1 |
<!DOCTYPE html> |
| 2 |
<html> |
| 3 |
<head> |
| 4 |
<meta charset="utf-8"> |
| 5 |
<title>Plugin Detective: Troubleshoot Plugin Conflicts</title> |
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 |
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"> |
| 8 |
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"> |
| 9 |
</head> |
| 10 |
<body> |
| 11 |
<div id="app"></div> |
| 12 |
<!-- built files will be auto injected --> |
| 13 |
</body> |
| 14 |
</html> |
| 15 |
|