~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to garbage/panel_test.html

  • Committer: Yvon TANGUY
  • Date: 2014-04-10 08:09:15 UTC
  • Revision ID: vono@vono.zsh.jp-20140410080915-g9d88ri2cav04j8s
Move icons and test files outside the cookiekeeper directory tree.
Update Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!doctype html>
2
 
<html>
3
 
  <head>
4
 
    <meta charset="utf-8">
5
 
    <title>Test</title>
6
 
  </head>
7
 
  <body>
8
 
    <div style="display: flex;  flex-direction: column; justify-content: center; min-height: 5em; background-color: transparent;">
9
 
      <span style="color: blue;">Un label bleu</span><br/>
10
 
      <button
11
 
        id="ck-button1" type="button" class="subviewbutton"
12
 
        onclick="console.log(this);">Button 1</button>
13
 
      <button
14
 
        id="ck-button2" type="button" class="subviewbutton">Button 2</button>
15
 
      <button
16
 
        id="ck-button3" type="button" class="subviewbutton">Button 3</button>
17
 
    </div>
18
 
  </body>
19
 
</html>
 
 
b'\\ No newline at end of file'