forked from SpaghettiIsMoney/spaghetti-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (58 loc) · 3.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Primary Meta Tags -->
<title>Spaghetti Money</title>
<meta name="title" content="Spaghetti Money">
<meta name="description" content="🍝">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://spaghetti.money/">
<meta property="og:title" content="Spaghetti Money">
<meta property="og:description" content="🍝">
<meta property="og:image" content="https://spaghetti.money/img/thumbnail.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://spaghetti.money/">
<meta property="twitter:title" content="Spaghetti Money">
<meta property="twitter:description" content="🍝">
<meta property="twitter:image" content="https://spaghetti.money/img/thumbnail.png">
<link rel="stylesheet" href="css/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
</head>
<body>
<pre class="container">
<div>
👩🍳 <a href="spaghetti/yfi">yfi</a> <a href="spaghetti/link">link</a> <a href="spaghetti/lend">lend</a> <a href="spaghetti/comp">comp</a> <a href="spaghetti/mkr">mkr</a> <a href="spaghetti/snx">snx</a> <a href="spaghetti/wbtc/">wbtc</a> <a href="spaghetti/weth">weth</a> | <a href="spaghetti/uniswap">uniswap</a> 👩🍳
</div>
<pre id="log">
███████████ █████████ █████████ ███████████ █████████
░░███░░░░░███ ███░░░░░███ ███░░░░░███░█░░░███░░░█ ███░░░░░███
░███ ░███ ░███ ░███ ░███ ░░░ ░ ░███ ░ ░███ ░███
░██████████ ░███████████ ░░█████████ ░███ ░███████████
░███░░░░░░ ░███░░░░░███ ░░░░░░░░███ ░███ ░███░░░░░███
░███ ░███ ░███ ███ ░███ ░███ ░███ ░███
█████ █████ █████░░█████████ █████ █████ █████
░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░
</pre>
<br/>
External Links:
<a href="https://github.com/SpaghettiIsMoney">Github</a> - audit our code before staking!!
<a href="https://twitter.com/SpaghettiMoney">Twitter</a> - we will only use this or medium. Everything else if a scam.
<a href="https://medium.com/@SpaghettiMoney">Medium</a> - More detailed updates than twitter.
<a href="https://discord.gg/rbbt7xs">Discord</a> - A place to chat about your favorite recipe.
Special Thanks:
<a href="https://yieldfarming.info/">yieldfarming.info</a> - Your site is awesome. Thanks for the fork.
<a href="https://yam.finance/">yam.finance</a> - We used some of your staking code.
<a href="https://dapphub.com/">DappHub</a> - Thanks for DS-Token, DS-Math & HEVM.
</pre>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script><script src="https://cdn.ethers.io/lib/ethers-5.0.umd.min.js" type="text/javascript"></script>
<script src="js/data.js"></script>
<script src="js/ethers_helper.js"></script>
<script src="js/homepage.js"></script>
</body>
</html>