-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
25 lines (25 loc) · 982 Bytes
/
options.html
File metadata and controls
25 lines (25 loc) · 982 Bytes
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 <ultimate.evil@gmail.com>
- 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="options-page">
<head>
<title>Chromium Build Monitor - Options 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/options.js"></script>
</head>
<body>
</body>
</html>