fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import java.io.*;
  6.  
  7. /* Name of the class has to be "Main" only if the class is public. */
  8. class Ideone
  9. {
  10. public static void main (String[] args) throws java.lang.Exception
  11. {
  12. // your code goes here
  13. }
  14. }
Success #stdin #stdout 0.08s 52600KB
stdin
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Messi'life</title>
  <script src="https://c...content-available-to-author-only...s.com"></script>
</head>
<body>
  <div class="max-w-4xl mx-auto mt-10 border border-black bg-[#f0f0f0]">
    <h1 class="text-center text-red-700 font-bold text-xl py-3 border-b border-black">
      Messi'life
    </h1>
    <div class="flex border-t border-black" style="min-height: 300px;">
      <div class="w-1/4 border-r border-black p-4">
        <p class="text-red-700 font-bold mb-2">Menu chính</p>
        <ul class="list-disc list-inside text-blue-900 font-semibold space-y-1">
          <li><a href="#" class="hover:underline">Tiểu sử</a></li>
          <li><a href="#" class="hover:underline">Sự nghiệp bóng đá</a></li>
          <li><a href="#" class="hover:underline">Thành tích</a></li>
          <li><a href="#" class="hover:underline">Đội bóng</a></li>
          <li><a href="#" class="hover:underline">Hoạt động xã hội</a></li>
          <li><a href="#" class="hover:underline">Hình ảnh & Video</a></li>
        </ul>
      </div>
      <div class="w-3/4 p-6 bg-[#1a1a1a] text-[#f0e68c]">
        <h2 class="text-2xl font-bold mb-4">Cuộc đời Lionel Messi</h2>
        <p class="mb-4 leading-relaxed">
          Lionel Andrés Messi, sinh ngày 24 tháng 6 năm 1987 tại Rosario, Argentina, là một trong những cầu thủ bóng đá vĩ đại nhất mọi thời đại. Anh bắt đầu sự nghiệp chuyên nghiệp tại FC Barcelona và đã giành được nhiều danh hiệu cá nhân và tập thể. Messi nổi tiếng với kỹ thuật điêu luyện, tốc độ và khả năng ghi bàn xuất sắc. Hiện nay, anh tiếp tục sự nghiệp tại Paris Saint-Germain và là biểu tượng của bóng đá thế giới.
        </p>
        <img
          src="https://u...content-available-to-author-only...a.org/wikipedia/commons/c/c1/Lionel_Messi_20180626.jpg"
          alt="Chân dung Lionel Messi, cầu thủ bóng đá nổi tiếng người Argentina"
          class="mx-auto border border-yellow-300"
          width="400"
          height="250"
        />
      </div>
    </div>
  </div>
</body>
</html>
stdout
Standard output is empty