-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
857b64e
commit ec4845d
Showing
3 changed files
with
94 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>SCP Foundation - SCP-2051</title> | ||
<style> | ||
body { | ||
font-family: 'Arial', sans-serif; | ||
line-height: 1.6; | ||
color: #333; | ||
max-width: 800px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
background-color: #f4f4f4; | ||
} | ||
.container { | ||
background-color: #fff; | ||
padding: 20px; | ||
border-radius: 5px; | ||
box-shadow: 0 0 10px rgba(0,0,0,0.1); | ||
} | ||
h1, h2, h3 { | ||
color: #990000; | ||
} | ||
h1 { | ||
text-align: center; | ||
border-bottom: 2px solid #990000; | ||
padding-bottom: 10px; | ||
} | ||
ul { | ||
list-style-type: none; | ||
padding-left: 0; | ||
} | ||
li { | ||
margin-bottom: 10px; | ||
padding: 10px; | ||
background-color: #f9f9f9; | ||
border-left: 3px solid #990000; | ||
} | ||
.footer { | ||
text-align: center; | ||
margin-top: 20px; | ||
font-style: italic; | ||
color: #666; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
|
||
<h1>SCP-2051</h1> | ||
<p><strong>Object Class:</strong> Safe</p> | ||
<p><strong>Entry Type:</strong> Precognition/Retrocognition Effect</p> | ||
|
||
<h2>Special Containment Procedures</h2> | ||
<ul> | ||
<li><strong>Physical Requirements:</strong> SCP-2051 must be contained in a standard bathroom mirror.</li> | ||
<li><strong>Security Measures:</strong> Strict security measures must be taken to ensure that the mirrors' surfaces cannot be disturbed or altered. Any attempts to do so should be met with extreme caution.</li> | ||
<li><strong>Handling Instructions:</strong> Agents may use SCP-2051 for experimentation, but only under the guidance of a senior researcher. All experiments must be documented and kept on file.</li> | ||
</ul><h2>Description</h2><p><strong>Anomalous Properties:</strong> SCP-2051 is the anomalous ability to see and hear future events by gazing into the reflection of a standard bathroom mirror.</p><p><strong>Origin:</strong> SCP-2051 was discovered in the bathroom of the SCP Foundation's site-19.</p><p><strong>Relevant History:</strong> Many Foundation agents have experimented with SCP-2051, but none have been able to determine the exact time or date in which future events will occur.</p><h2>Notes</h2><ul><li>SCP-2051 has the ability to see and hear future events in hindsight. However, it is only able to hear the events from the past 24 hours and see the events that have occurred in the last year. This ability does not allow SCP-2051 to change these events, but instead allows it to observe them with perfect clarity.</li></ul> | ||
</div> | ||
<div class="footer"> | ||
<p>SCP Foundation • Secure, Contain, Protect</p> | ||
<p>Last updated: 2024-10-30 00:08:56</p> | ||
</div> | ||
</body> | ||
</html> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# SCP-2051 | ||
|
||
**Object Class:** Safe | ||
**Entry Type:** Precognition/Retrocognition Effect | ||
|
||
## Special Containment Procedures | ||
|
||
- **Physical Requirements:** SCP-2051 must be contained in a standard bathroom mirror. | ||
- **Security Measures:** Strict security measures must be taken to ensure that the mirrors' surfaces cannot be disturbed or altered. Any attempts to do so should be met with extreme caution. | ||
- **Handling Instructions:** Agents may use SCP-2051 for experimentation, but only under the guidance of a senior researcher. All experiments must be documented and kept on file. | ||
|
||
## Description | ||
|
||
**Anomalous Properties:** SCP-2051 is the anomalous ability to see and hear future events by gazing into the reflection of a standard bathroom mirror. | ||
|
||
**Origin:** SCP-2051 was discovered in the bathroom of the SCP Foundation's site-19. | ||
|
||
**Relevant History:** Many Foundation agents have experimented with SCP-2051, but none have been able to determine the exact time or date in which future events will occur. | ||
|
||
## Notes | ||
|
||
- SCP-2051 has the ability to see and hear future events in hindsight. However, it is only able to hear the events from the past 24 hours and see the events that have occurred in the last year. This ability does not allow SCP-2051 to change these events, but instead allows it to observe them with perfect clarity. |
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