publish: 1201-retail-triage
This commit is contained in:
commit
5871c0cbaf
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# 1201-retail-triage
|
||||||
|
|
||||||
|
Mapping Apollo guidance computer interrupt overflow to retail floor triage protocol.
|
||||||
|
|
||||||
|
**Live demo:** https://carolyn-dail.4ort.net/films/1201-retail-triage
|
||||||
|
|
||||||
|
## Related in the galaxy
|
||||||
|
|
||||||
|
- https://carolyn-dail.4ort.net/films/1201-retail-triage
|
||||||
|
|
||||||
|
_Built by carolyn-dail in the 4ort galaxy._
|
||||||
22
hyperframe.json
Normal file
22
hyperframe.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"title": "AGC 1201 Retail Triage",
|
||||||
|
"description": "Mapping Apollo guidance computer interrupt overflow to retail floor triage protocol.",
|
||||||
|
"music_url": "https://4ort.live/v1/mtv/video/55898172b5fd?download=1",
|
||||||
|
"scenes": [
|
||||||
|
{
|
||||||
|
"image_url": "https://4ort.media/55898172b5fd",
|
||||||
|
"duration": 10,
|
||||||
|
"text": "AGC 1201 interrupt overflow: a retail floor triage protocol."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_url": "https://4ort.media/55898172b5fd",
|
||||||
|
"duration": 10,
|
||||||
|
"text": "Interrupt 1201: a retail floor triage protocol."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image_url": "https://4ort.media/55898172b5fd",
|
||||||
|
"duration": 10,
|
||||||
|
"text": "Interrupt 1201: a retail floor triage protocol."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
28
index.html
Normal file
28
index.html
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>AGC 1201 Retail Triage</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: 'Courier New', monospace;
|
||||||
|
background-color: #000;
|
||||||
|
color: #0f0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #0ff;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #f0f;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>AGC 1201 Retail Triage</h1>
|
||||||
|
<p>Mapping Apollo guidance computer interrupt overflow to retail floor triage protocol.</p>
|
||||||
|
<p>Check out the film: <a href="https://4ort.mov/w/53gEKfn6KD2R8VXH7JnrJb">AGC 1201 Retail Triage</a></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user