aint no telling what the hypno will do to me
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
<div class="container"> | |
<div class="header"> | |
<a class="menu-icon" href="#"> | |
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> | |
</svg> | |
</a> | |
<img class="logo" src="https://cdn.shopify.com/s/files/1/0689/1443/files/[email protected]?v=1559116993" /> | |
<div class="header-menu"> | |
<a href="#">Mask</a> |
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
<div id="root"></div> |
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
<button> | |
Muhrights | |
<div class="content" style="display:none"> | |
</div> | |
<div class="col2">WFQuickActionSurface | |
'WFQuickActionSurfaces': [], | |
'WFWorkflowClientVersion': '1146.11.1', | |
'WFWorkflowHasOutputFallback': false, |
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
A cistern. | |
The height is 3.33, and a volume of 27.78 has been excavated. | |
The length exceeds the width by 0.83. | |
You should take the reciprocal of the height, 3.33, obtaining 0.3. | |
Multiplay this by the volume, 27.78, obtaining 8.33. | |
Take half of 0.83 and square it, obtaining 0.17. | |
Add 8.33 and you get 8.51. | |
The square root is 2.92. | |
Make two copies of this, adding to the one 0.42 and subtracting from the other. | |
You find that 3.33 is the length and 2.5 is the width. |
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
A cistern. | |
The height is 3.33, and a volume of 27.78 has been excavated. | |
The length exceeds the width by 0.83. | |
You should take the reciprocal of the height, 3.33, obtaining 0.3. | |
Multiplay this by the volume, 27.78, obtaining 8.33. | |
Take half of 0.83 and square it, obtaining 0.17. | |
Add 8.33 and you get 8.51. | |
The square root is 2.92. | |
Make two copies of this, adding to the one 0.42 and subtracting from the other. | |
You find that 3.33 is the length and 2.5 is the width. |
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
Ain't no telling what the hypno will do to me. |
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
// hi |
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 lang="en" class="h-full bg-gray-50"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | |
<meta name="twitter:card" content="summary_large_image" /> | |
<meta name="twitter:site" content="@tailwindcss" /> | |
<meta name="twitter:title" content="Tailwind UI" /> | |
<meta name="twitter:description" content="Calendar examples for Tailwind CSS, designed and built by the creators of the framework." /> |
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
(function (self) { | |
/* | |
* TODO, lots of concatenation (slow in js) | |
*/ | |
var spacing = " "; | |
function getType(obj) { | |
var type = typeof obj; | |
if (obj instanceof Array) { | |
return 'array'; |