This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" | |
href="https://fonts.googleapis.com/css?family=Tangerine"> | |
</head> | |
<body> | |
<div class="container-fluid text-center"> | |
<h1> | |
Random Quotes Machine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div> | |
<h1 class = "text-center" id ="text">Check Current Weather</h1> | |
<h2 class = "text-center" id="city"></h2> | |
<h3 class = "text-center" id = "info"></h3> | |
<button class = " btn btn-info btn-md "></button> | |
<h1 class = "text-center" id = "cond"></h1> | |
<img> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class = "text-center"> | |
<h1>Wikipedia Viewer</h1> | |
<a href="https://en.wikipedia.org/wiki/Special:Random" id ="random">Click here for a random article</a> | |
</div> | |
<div class = "text-center" id = "search"> | |
<button><img src= "http://icons.iconarchive.com/icons/zerode/plump/128/Search-icon.png" alt="Click to search" id="clickImage"></button> | |
<h3>Click icon to search</h3> | |
</div> | |
<div class="list-group" id = "lista"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<link rel="stylesheet" type="text/css" | |
href="https://fonts.google.com/specimen/Ubuntu?selection.family=Ubuntu"> | |
</head> | |
<body> | |
<div class="text-center container" > | |
<h1> | |
Twitch streamers | |
</h1> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div class = "container text-center"> | |
<div> | |
<h1>Pomodoro Clock</h1> | |
</div> | |
<div class="container text-center" id = "length"> | |
<h5>BREAK LENGTH</h5> | |
<h5>SESSION LENGTH</h5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div class = "text-center"> | |
<h1>Tic Tac Toe Game</h1> | |
</div> | |
<div class = "text-center" id = "over"> | |
</div> | |
<div class = "container text-center" id = "play"><table align="center" id = "tabla"><tr><td id="first"></td><td id = "second"></td><td id = "third"></td></tr><tr><td id = "fourth"></td><td id = "fifth"></td><td id = "sixth"></td></tr><tr><td id = "seventh"></td><td id = "eighth"></td><td id = "ninth"></td></tr></table></div> | |
<div class = "container text-center" id = "playground"><h2 id = xoro></h2><span><button type="button" id = "X">X</button></span><span><button type="button" id = "O">O</button></span></div> | |
</body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="circle-outer"> | |
<div class="row"> | |
<div class="green btn" id="0"> | |
</div> | |
<div class="red btn" id="1"> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="yellow btn" id="2"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head><link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"> | |
</head> | |
<body> | |
<div> | |
<table align="center"> | |
<tr> | |
<td colspan=4><output name="result" id = "output"class = "text-center"></output> | |
</td> | |
</tr> |