This file contains 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
license: gpl-3.0 |
This file contains 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
license: gpl-3.0 |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> | |
<script src="https://rawgit.com/ScriptEdcurriculum/curriculum/master/units/5-javascript/lessons/4-project/starter_code/js/calculator.js"></script | |
<title>ScriptEd Unit 5 Project: Calculator</title> | |
<style id="jsbin-css"> | |
.calc-row:not(:last-child) | |
{ |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head></head> | |
<body> | |
<h1>Hello World</h1> | |
<p>This is my website.</p> | |
<img src = "http://i.imgur.com/mhmnGbo.png" height=400px alt="black hole kitten"> | |
<a href="https://en.wikipedia.org/wiki/Black_hole">More on black holes.</a> | |