alpha
Login
or
Join now
xcc.es
/
textme
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/textme.
textme.cc
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update +page.svelte
author
Morgan
date
2 years ago
(Sep 22, 2024, 9:52 PM +0200)
commit
79e88fa4
79e88fa4ebf15eb5b2cffb7995e66089cb2355dd
parent
d01bfadd
d01bfadded83749d6c93b323ab9efbf4c1673784
+5
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
routes
+page.svelte
+5
-1
src/routes/+page.svelte
View file
Reviewed
···
7
7
</script>
8
8
<title># to t.me/wa.me</title>
9
9
10
10
-
<Normalizer data={data} value={value} />
10
10
+
<Normalizer data={data} value={value} />
11
11
+
12
12
+
<div>
13
13
+
<pre><code>page {JSON.stringify(data, null, 2)}</code></pre>
14
14
+
</div>