-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrump.html
21 lines (20 loc) · 1.14 KB
/
trump.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ja">
<head>
</head>
<body>
<h4>Trump as a service</h4>
<h5><a href="https://qiita.com/e99h2121/items/f5505d33ec358188117d" target="_blank"> see for details. </a></h5>
<a href="withouttrump.html">Back to original.</a>
<br>
<img src="./img/image.png" width="10%" height="10%" />
<img src="./img/image.png" width="10%" height="10%" />
<img src="https://images.unsplash.com/photo-1517331156700-3c241d2b4d83?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1648&q=80" width="30%" height="30%" />
<img src="./img/image.png" width="10%" height="10%" />
<img src="./img/image.png" width="10%" height="10%" />
<a href="withouttrump.html">without Trump</a>
<script src="./js/trump.js"></script>
<br>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</body>
</html>