-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
61 lines (48 loc) · 2.56 KB
/
Copy pathsample.html
File metadata and controls
61 lines (48 loc) · 2.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Detail for your web (name / description for preview / img for preview) -->
<meta property="og:title" content="Carrd.ir" />
<meta property="og:image" content="/files/main/preview.web.png" />
<meta property="og:description"
content="
کاملا رایگان ! یک صفحه کارت شخصی شبیه رسید خرید بساز — استتیک و خلاقانه — طراحی شده برای موبایل با جزئیات واقعگرایانه، تایپوگرافی مینیمال و انیمیشن نرم.. مناسب برای معرفی شاپ، چنل، بایوگرافی شخصی و کلا هر شخص خلاقی که دوستداره یه صفحه معرفی خاص و شیک داشته باشه!Create a pixel-perfect, mobile-first receipt-style personal card with elegant details, smooth animation, and luxury aesthetics. Designed for creators who love minimal, realistic layouts and premium visual style — perfect for digital portfolios, edits, or Carrd pages.">
<!-- Icon for your web -->
<link href="/files/main/verify.png" rel="shortcut icon" />
<!-- Web Name -->
<title>Sample Carrd</title>
<!-- Style Link -->
<link rel="stylesheet" href="/receipt.css" />
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet">
<style>
.btn{
justify-content: flex-start;
}
</style>
</head>
<body>
<div>
<div class="card">
<h1>Sample</h1>
<div class="product-details">
<img src="/files/main/snd.msg.prev.jpg" style=" mix-blend-mode: multiply; width: 100%;">
<p>Msg Details: ID for the
address[like teddy , carrd.ir/teddy], item name, three or four short attributes, a short text, a
link, item description, product photo, signature photo, shortcut icon,.. --
<a href="/teddy/index.html">like this</a>
</p>
</div>
<div class="btn">
<a href="/" class="req-btn">< back</a>
</div>
</div>
<script src="/receipt.js"></script>
</body>
</html>