Atlas - html.php
Home / lab / trail / php Lines: 1 | Size: 769 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1<!-- SPDX-License-Identifier: GPL-3.0 2The Language Trail 3 4html.php 5HTML generation in PHP 6 7COPYRIGHT NOTICE 8Copyright (C) 2025 0x4248 and contributors 9Redistribution and use in source and binary forms, with or without 10modification, are permitted provided that the license is not changed. 11 12This software is free and open source. Licensed under the GNU general 13public license version 3.0 as published by the Free Software Foundation. --> 14 15<!DOCTYPE html> 16<html lang="en"> 17<head> 18 <meta charset="UTF-8"> 19 <title>PHP HTML Example</title> 20</head> 21<body> 22 <h1>Welcome to PHP HTML Generation</h1> 23 <p><?php 24 // Simple PHP code to display the current date and time 25 echo "Current date and time is: " . date("Y-m-d H:i:s"); 26 ?></p> 27</body> 28</html> 29 30[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.