summaryrefslogtreecommitdiffstats
path: root/play/Example_Domain.html
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2024-05-09 20:44:10 +0000
committerOmar Rizwan <omar@omar.website>2024-05-09 21:12:48 +0000
commite54af4a0b89b5f3d0499ca10ce342c982b6f15b4 (patch)
treea4555dbe17bb96d9add17775f3573242d3cc25e6 /play/Example_Domain.html
parentMerge pull request #136 from FolkComputer/vedran-fix-print (diff)
downloadfolk-e54af4a0b89b5f3d0499ca10ce342c982b6f15b4.tar.gz
folk-e54af4a0b89b5f3d0499ca10ce342c982b6f15b4.zip
Cleanup: Move c-utils into lib and auto-source it; remove play/
Diffstat (limited to 'play/Example_Domain.html')
-rw-r--r--play/Example_Domain.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/play/Example_Domain.html b/play/Example_Domain.html
deleted file mode 100644
index 5a9b52fc..00000000
--- a/play/Example_Domain.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <title>Example Domain</title>
-
- <meta charset="utf-8" />
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <style type="text/css">
- body {
- background-color: #f0f0f2;
- margin: 0;
- padding: 0;
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
-
- }
- div {
- width: 600px;
- margin: 5em auto;
- padding: 2em;
- background-color: #fdfdff;
- border-radius: 0.5em;
- box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
- }
- a:link, a:visited {
- color: #38488f;
- text-decoration: none;
- }
- @media (max-width: 700px) {
- div {
- margin: 0 auto;
- width: auto;
- }
- }
- </style>
-</head>
-
-<body>
-<div>
- <h1>Example Domain</h1>
- <p>This domain is for use in illustrative examples in documents. You may use this
- domain in literature without prior coordination or asking for permission.</p>
- <p><a href="https://www.iana.org/domains/example">More information...</a></p>
-</div>
-</body>
-</html>