-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (108 loc) · 3.8 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en-us">
<head>
<title color="">Meskita's site</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="plugins/Bootstrap/themes/material/css/material.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/page-common.css">
<link rel="stylesheet" type="text/css" href="css/app-common.css">
<link rel="stylesheet" type="text/css" href="css/page-custom.css">
<link rel="stylesheet" type="text/css" href="css/app-custom.css">
<link href="fonts/Cabin/font.css" rel="stylesheet">
<link href="fonts/Roboto/font.css" rel="stylesheet">
<link href="fonts/Material Icons/font.css" rel="stylesheet">
<link href="fonts/Sui Generis V2/font.css" rel="stylesheet">
</head>
<center><img width="256px" class="img-fluid" src="./logotype.svg" title="Meskita" alt="Meskita"/><!--<br/><img width="100px" src="./img/whale.svg"/><img src="./img/PITU.gif" title="Pitu's GIF made in 2010" alt="Pitu's GIF made in 2010"/><br/><img width="256px" class="img-fluid" src="./img/Screenshot_20240508_220526_Facebook.cropped.png" title="Pitu&Oscar" alt="Pitu&Oscar"/><h1></h1>-->
<a href="./press">Press/Media kit</a></center>
<ul>
<!--<li><a href="./Tasks.txt" target="_blank">pre-launch to-do list</a></li>-->
</ul>
<style>
blockquote {
white-space: pre;
}
table tbody tr td {
border: 1px solid #000
}
</style>
<h1>Some of my draft musics:</h1>
<table>
<tbody>
<tr>
<td><h4>Call the Ambulance</h4>
<blockquote>
You can call to me your doctor
Not mine, I don't have one
You're the client, not me
I'm not the patient
I'm your disease
My trauma you yourself caused
You will blame my head
Like a facial harmonization
Make everybody look the same
Make them groggy
---------------------------------------------------------------------------
Chrus:
Call the ambulance
Put out your ignorance
Pretend I'm a dog
This dog catcher will cover me under a fog
Throw me into a cart
Make me another number in a chart
Turn the paint back into a white canvas
Paint me white
Remove my colors
---------------------------------------------------------------------------
</blockquote></td>
<td><h4>Half a Witch</h4>
<blockquote>
Half a kid
Half a witch
Half acid
Half sweet
I can't choose when to switch
That's hardwritten on my kernel
I can't hack
I'm not a bugged mix
I'm the glitch
Half a lady
Half a bitch
</blockquote></td>
</tr>
<tr>
<td><h4>Not worthier than your life</h4>
<blockquote>
Don't give up on yourself
Like you would do for your dearliest person
The one, the thing, that hurt you
Is not worthier than your life, than everything you can do
Don't be the murderer of yourself
Don't be the assassin that made your family cry
Don't be the monster that took you from your dears
If I ended myself when I found me useless
I wouldn't be here now signing this for you
</blockquote></td>
<td><h4>I will resurface</h4>
<blockquote>
You slapped me down to the floor
Left me for dead
I will resurface
But this time strong
And see the react of your face
Realizing you was so wrong
</blockquote></td>
</tr>
</tbody>
</table>
<!-- DivTable.com -->
<hr/>
<center><!--<p>O site <b>Meskita</b> é parte do projeto <a href="https://partidovelho.github.io/"><img alt="Partido Velho" title="Partido Velho" src="https://partidovelho.org/press/press-kit/img/logotype-plain_black_full.svg" height="16px"></a>.</p>-->
<h2>✨ Site created in Sat Jul 27 2024</h2>
<h4>🗘 Last update in Wed Aug 21 08:24 2024 -0300.</h4>
<h1>(c) 2024 Meskita by <a href="https://danimesq.com" target="_blank">Daniella Mesquita</a>.</h1>
<p>To suggest or try to implement changes to the site, visit <a href="https://github.com/MeskitaMus/MeskitaMus.github.io" target="_blank">our repository on GitHub</a>.</p></center>
</html>