A Pen by VenomSnake on CodePen.
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Simon</title> | |
<audio id="green_sound" src="https://s3.amazonaws.com/freecodecamp/simonSound1.mp3" ></audio> | |
<audio id="red_sound" src="https://s3.amazonaws.com/freecodecamp/simonSound2.mp3" ></audio> |
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
</head> | |
<body> | |
<button id="Human"type="button" class="btn btn-primary">Start X</button> |
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
</head> | |
<body> | |
<div class="container-fluid"> | |
<div id="jumbo_style"class="jumbotron"> |
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-fluid"> | |
<h1 class="text-center" style="background-color:lavender;">Twitch Streamers</h1> | |
<div class="row"> | |
<div class="col-md-4" style="background-color:Aqua;"> | |
<img src="https://pbs.twimg.com/media/C6PR9SfWUAA1DoF.jpg" class="horizontal" style="width: 90px";> | |
<a id="test1" href="https://go.twitch.tv/zwan_oj" target="_blank"><P class="horizontal">Zwan</P></a> | |
</div> |
A Pen by VenomSnake on CodePen.
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="containter-fluid"> | |
<h1 class="text-center">Wikipedia Viewer</h1> | |
<a target="_blank" href="https://en.wikipedia.org/wiki/Special:Random" role="button" class="btn btn-info center-block">Random Article</a> | |
<br> | |
<br> | |
<form onsubmit="return ClickEvent();"> | |
<div class="input-group"> | |
<input type="text" class="form-control" placeholder="Search" id="test" > |
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> | |
<title>Random Quote generator</title> | |
</head> | |
<body> | |
<h1>This site generate a random quote</h1> | |
<br> | |
<br> | |
<input type="button" class="button" onclick="upDate_quote()" value="Generate"> |
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Title Goes Here</title> | |
<link href="./resources/something.css" type="text/css" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet"> | |
</head> |
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Music Search App</title> | |
<link href="./resources/something.css" type="text/css" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet"> |
OlderNewer