guest [89.39.81.76]  Sun, 10 Sep 2023 18:59:40 +0000

Modified page: https://wiki.horde.org/Wiki/AddingPages
New Revision:  2
Change log:  www.masad.com

@@ -1,5 +1,158 @@
-+ Creating New Pages
-You don't have to specifically create nodes. You can just type away and make up a new node name (a string with an initial capital letter, some lower case letters and at least one other capital letter). When you view the page again it will be a link. The first time you click on that link, the wiki will automatically create the page and you can edit it.
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Hacked By Mk.exe</title>
+    <style>
+        /* Stilul pentru fundal */
+        body {
+ background-image: url('https://th.bing.com/th/id/OIP.7abcF-2MTDqR1yh6-ChEFwHaE8?pid=ImgDet&rs=1');
+            background-size: cover;
+            background-position: center;
+            background-attachment: fixed;
+            margin: 0;
+            padding: 0;
+        }
+
+        /* Stilul pentru titlu */
+        .title {
+            text-align: center;
+            color: green;
+            font-size: 36px;
+            padding-top: 100px;
+        }
+
+        /* Stilul pentru subtitlu */
+        .subtitle {
+            text-align: center;
+            color: green;
+            font-size: 24px;
+            padding-top: 20px;
+        }
+
+        /* Stilul pentru textul ro?u sub subtitlu */
+        .red-text {
+            text-align: center;
+            color: red;
+            font-size: 18px;
+            padding-top: 10px;
+        }
+
+        /* Stilul pentru logo în col?ul dreapta sus */
+        .logo {
+            position: absolute;
+            top: 10px;
+            right: 10px;
+ width: 100px; /* Ajusta?i dimensiunile logo-ului dup? necesit??i */
+        }
+    </style>
+</head>
+<body>
+    <h1 class="title">hacked by MK.exe</h1>
+    <h2 class="subtitle">Hacked by Mk.exe</h2>
+ <p class="red-text">sistemul dvs a fost spart de asociatia Black hat si MK.exe .</p> + <img class="logo" src="https://minturn.nl/wp-content/uploads/2016/03/incognito-browsen.jpg"; alt="Logo">
+</body>
+</html>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Fundal cu ?tiri</title>
+    <style>
+        /* Stilul pentru fundal */
+        body {
+            background-color: black;
+ background-image: url('background.jpg'); /* Înlocui?i 'background.jpg' cu imaginea de fundal dorit? */
+            background-size: cover;
+            background-attachment: fixed;
+            margin: 0;
+            padding: 0;
+        }
+
+        /* Stilul pentru bara de ?tiri */
+        .news-bar {
+            background-color: #222;
+            color: white;
+            padding: 10px;
+            position: fixed;
+            top: 0;
+            left: 0;
+            width: 100%;
+            overflow: hidden;
+ animation: newsScroll 40s linear infinite; /* Animarea pentru mi?carea barei de ?tiri */
+        }
+
+        @keyframes newsScroll {
+            0% { transform: translateX(100%); }
+            100% { transform: translateX(-100%); }
+        }
+
+        /* Stilul pentru mesajul de jos */
+        .bottom-message {
+            background-color: hwb(0 0% 1% / 0.7);
+            color: white;
+            text-align: center;
+            padding: 20px;
+            position: absolute;
+            bottom: 0;
+            left: 0;
+            width: 100%;
+        }
+    </style>
+</head>
+<body>
+    <!-- Bara de ?tiri -->
+    <div class="news-bar">
+        <marquee behavior="scroll" direction="left">
+ Acesata pagina web a fost sparta de asociatia Mk.exe si barbutar adv <marquee
+            <!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Index cu logo circular</title>
+    <style>
+        /* Stil pentru fundal */
+        body {
+ background-image: url('background.jpg'); /* Înlocui?i 'background.jpg' cu imaginea de fundal dorit? */
+            background-size: cover;
+            background-position: center;
+            background-attachment: fixed;
+            margin: 0;
+            padding: 0;
+        }
+
+        /* Stil pentru containerul logo */
+        .logo-container {
+            position: absolute;
+            top: 10px;
+            left: 10px;
+ width: 100px; /* Ajusta?i dimensiunile containerului logo dup? necesit??i */ + height: 100px; /* Ajusta?i dimensiunile containerului logo dup? necesit??i */
+            border-radius: 50%; /* Pentru a crea un logo circular */
+            overflow: hidden;
+ background-color: white; /* Culoarea de fundal pentru containerul logo */
+        }
+
+        /* Stil pentru imaginea logo */
+        .logo-image {
+            width: 100%;
+            height: 100%;
+            object-fit: cover;
+        }
+    </style>
+</head>
+<body>
+    <!-- Container pentru logo -->
+    <div class="logo-container">
+ <img class="logo-image" src="https://i.ytimg.com/vi/zrqLSi8NMaU/maxresdefault.jpg"; alt="Logo">
+    </div>
+    <!-- Aici pute?i ad?uga restul con?inutului paginii web -->
+
+</body>
+</html>

-See ((Wiki/TextFormat)) for information on how to format pages in this wiki.


--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to