aus10powell commited on
Commit
0fdbd6f
1 Parent(s): 8feb899

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -45,7 +45,7 @@
45
  </div>
46
  <div class="inner">
47
  <h2>Twitter Account Info (Live)</h2>
48
- <iframe src="/accounts" width=850 height="200"></iframe>
49
 
50
  </div>
51
  <div id="outer">
@@ -53,11 +53,11 @@
53
 
54
  <div class="inner">
55
 
56
- <p align="center"><iframe src="/examples1" width=850 height="450"></iframe></p>
57
  </div>
58
  <div class="inner">
59
 
60
- <p align="center"><iframe src="/examples2" width=900 height="550"></iframe></p>
61
  </div>
62
 
63
  </div>
 
45
  </div>
46
  <div class="inner">
47
  <h2>Twitter Account Info (Live)</h2>
48
+ <iframe src="/accounts" width=850 height="200" frameborder="0"></iframe>
49
 
50
  </div>
51
  <div id="outer">
 
53
 
54
  <div class="inner">
55
 
56
+ <p align="center"><iframe src="/examples1" width=850 height="450" frameborder="0"></iframe></p>
57
  </div>
58
  <div class="inner">
59
 
60
+ <p align="center"><iframe src="/examples2" width=900 height="550" frameborder="0"></iframe></p>
61
  </div>
62
 
63
  </div>