mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-22 15:55:54 +00:00
Update LICENSE
This commit is contained in:
parent
410b26634f
commit
c0589ce7e5
1 changed files with 71 additions and 0 deletions
71
LICENSE
71
LICENSE
|
|
@ -1,4 +1,75 @@
|
|||
<!DOCTYPE html>frankpereira1-web.github.io
|
||||
<html>index.html
|
||||
<head>
|
||||
<title>Daily Dashboard</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial;
|
||||
background: #111;
|
||||
color: #eee;
|
||||
padding: 20px;
|
||||
}
|
||||
h1 { color: #00ffcc; }
|
||||
.box {
|
||||
background: #1c1c1c;
|
||||
padding: 15px;
|
||||
margin: 10px 0;
|
||||
border-radius: 10px;
|
||||
}
|
||||
a {
|
||||
color: #4da6ff;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
margin: 5px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>π
Daily Market + Gratitude Reset</h1>
|
||||
|
||||
<div class="box">
|
||||
<h2>π§ Gratitude</h2>
|
||||
<p>I control my focus and decisions.<br>
|
||||
I act on data, not emotion.<br>
|
||||
I build long-term leverage.</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>π Live Markets</h2>
|
||||
<a href="https://www.google.com/finance/quote/.INX:INDEXSP" target="_blank">S&P 500</a>
|
||||
<a href="https://www.google.com/finance/quote/XAUUSD" target="_blank">Gold</a>
|
||||
<a href="https://www.google.com/finance/quote/CLW00" target="_blank">Oil</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>πΏ Cannabis Check</h2>
|
||||
<a href="https://www.google.com/search?q=california+cannabis+wholesale+price" target="_blank">
|
||||
Check Pricing
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>π Core Patterns</h2>
|
||||
<p>
|
||||
Conflict β Oil β β Inflation β β Markets shift<br><br>
|
||||
Oversupply β Crash β Consolidation β Recovery
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>π§ Strategy</h2>
|
||||
<p>
|
||||
Focus on assets<br>
|
||||
Track regulation<br>
|
||||
Stay adaptive<br>
|
||||
Execute daily
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018 GitHub, Inc. and contributors
|
||||
|
|
|
|||
Loadingβ¦
Add table
Add a link
Reference in a new issue