53 lines
2.5 KiB
HTML
53 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/x-icon" href="/icons/favicon.ico">
|
|
<link rel="icon" type="image/png" href="/icons/paymesol-500x500.png">
|
|
|
|
<!-- Standard Meta Tags -->
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Payme.sol: A decentralized POS system built on Solana blockchain for fast, secure, and effortless transactions.">
|
|
<meta name="keywords" content="Payme.sol, Solana, blockchain, decentralized payments, POS, cryptocurrency, PSOL token, DeBros">
|
|
<meta name="author" content="DeBrosOfficial">
|
|
|
|
<!-- Open Graph Meta Tags (Facebook, LinkedIn, WhatsApp, etc.) -->
|
|
<meta property="og:title" content="Payme.sol Basic POS">
|
|
<meta property="og:description" content="A Solana-based POS system for seamless crypto payments with Phantom Wallet integration.">
|
|
<meta property="og:image" content="https://basic.paymesol.app/icons/paymesol-500x500.png">
|
|
<meta property="og:image:alt" content="Payme.sol Logo">
|
|
<meta property="og:url" content="https://basic.paymesol.app">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:site_name" content="Payme.sol">
|
|
|
|
<!-- Twitter Card Meta Tags (Twitter/X) -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Payme.sol Basic POS">
|
|
<meta name="twitter:description" content="A Solana-based POS system for seamless crypto payments with Phantom Wallet integration.">
|
|
<meta name="twitter:image" content="https://basic.paymesol.app/icons/paymesol-500x500.png">
|
|
<meta name="twitter:image:alt" content="Payme.sol Logo">
|
|
<meta name="twitter:site" content="@DeBrosOfficial">
|
|
|
|
<!-- PWA Meta Tags -->
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="apple-touch-icon" href="/icons/paymesol-500x500.png">
|
|
<meta name="theme-color" content="#317EFB">
|
|
|
|
<!-- Stylesheets and Scripts -->
|
|
<title>Payme.sol Basic POS</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
<link href="https://unpkg.com/@solana/wallet-adapter-react-ui/styles.css" rel="stylesheet" />
|
|
<script src="https://unpkg.com/@solana/web3.js@latest/lib/index.iife.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<!-- React Root -->
|
|
<div id="root"></div>
|
|
|
|
<!-- React Application Script -->
|
|
<script src="index.js" type="module"></script>
|
|
</body>
|
|
</html>
|