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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Spot the Bug - March 6th</title> | |
</head> | |
<body> | |
<div class='hero'> | |
<h1 class='hero-title'>Hello!</h1> | |
</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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Spot the Bug - March 6th</title> | |
</head> | |
<body> | |
<div class='hero'> | |
<h1>Hello there!</h1> | |
</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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<div class="hero"> | |
<h1>Hello again!</h1> | |
</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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Number types</title> | |
</head> | |
<body> | |
<h1>Enter a number and I'll tell you what it is!</h1> | |
<input id="number" placeholder="Enter a number" /> | |
<button id="number-button">Check number</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
(* | |
Meet with Google Calendar | |
- | |
A way to create a meeting invite quickly from | |
a selected email address in macOS. | |
1. Open Automator on your Mac and create a new Quick Action | |
2. Change "Workflow recieves current" to "text" and in "any application" | |
3. Find "Run AppleScript" in the Actions library on the left and double click it | |
4. Paste in the contents of this file |
OlderNewer