Showing
1 changed file
with
10 additions
and
7 deletions
| ... | @@ -9,15 +9,18 @@ | ... | @@ -9,15 +9,18 @@ |
| 9 | <script async="" src="//www.google-analytics.com/analytics.js"></script> | 9 | <script async="" src="//www.google-analytics.com/analytics.js"></script> |
| 10 | <script type="text/javascript" async="" src="//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"></script> | 10 | <script type="text/javascript" async="" src="//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"></script> |
| 11 | <title>StarCraft 2 Build Recommendation Project</title> | 11 | <title>StarCraft 2 Build Recommendation Project</title> |
| 12 | + <style> | ||
| 13 | + #myHeader { | ||
| 14 | + background-color: lightblue; | ||
| 15 | + color: black; | ||
| 16 | + padding: 10px; | ||
| 17 | + text-align: center; | ||
| 18 | + } | ||
| 19 | + </style> | ||
| 12 | 20 | ||
| 13 | -<body> | 21 | + <h5 id="myHeader">StarCraft 2 Build Recommendation Project</h5> |
| 14 | - | ||
| 15 | - | ||
| 16 | 22 | ||
| 17 | - | 23 | +<body> |
| 18 | -<p stype="fond-family:verdana;">StarCraft 2 Build Recommendation Project</p> | ||
| 19 | - | ||
| 20 | -<img src="/imgs" alt="StarCraft2 LOGO image"> | ||
| 21 | <div class="col-md-3"> | 24 | <div class="col-md-3"> |
| 22 | <form action="/recommend" id="searchform" action method="get"> | 25 | <form action="/recommend" id="searchform" action method="get"> |
| 23 | 26 | ... | ... |
-
Please register or login to post a comment