-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
25 lines (25 loc) · 962 Bytes
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<!--
- Copyright (c) 2013, Eric Aguiar <[email protected]>
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-->
<html class="popup-page">
<head>
<title>Chromium Build Monitor - Popup HTML</title>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheets/application.css" type="text/css" />
<script src="javascript/application.orig.js"></script>
<script src="javascript/popup.js"></script>
</head>
<body>
</body>
</html>