-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pepe
committed
Dec 14, 2020
1 parent
48b2399
commit e11b660
Showing
2,595 changed files
with
47,188 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Bitnami: Open Source. Simplified</title> | ||
<link href="bitnami.css" media="all" rel="Stylesheet" type="text/css" /> | ||
<link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" /> | ||
</head> | ||
<body> | ||
<div class="contain-to-grid"> | ||
<nav class="top-bar" data-topbar> | ||
<ul class="title-area"> | ||
<li class="name"> | ||
<h1><a href="/dashboard/index.html">Apache Friends</a></h1> | ||
</li> | ||
<li class="toggle-topbar menu-icon"> | ||
<a href="#"> | ||
<span>Menu</span> | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<section class="top-bar-section"> | ||
<!-- Right Nav Section --> | ||
<ul class="right"> | ||
<li class="active"><a href="/applications.html">Applications</a></li> | ||
<li class=""><a href="/dashboard/faq.html">FAQs</a></li> | ||
<li class=""><a href="/dashboard/howto.html">HOW-TO Guides</a></li> | ||
<li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li> | ||
<li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li> | ||
</ul> | ||
</section> | ||
</nav> | ||
</div> | ||
<div id="wrapper"> | ||
<div class="hero"> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<p>Apache Friends and Bitnami are cooperating to make dozens of open source applications available on XAMPP, for free. Bitnami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. Visit the <a href="https://bitnami.com/xampp?utm_source=bitnami&utm_medium=installer&utm_campaign=XAMPP%2BModule" target="_blank">Bitnami XAMPP page</a> for details on the currently available apps.</p><br/> | ||
<p>Check out our <a href="https://www.apachefriends.org/bitnami_for_xampp.html" target="_blank" >Bitnami for XAMPP Start Guide</a> for more information about the applications installed.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="lowerContainer" class="row"> | ||
<div id="content" class="large-12 columns"> | ||
<!-- @@BITNAMI_MODULE_PLACEHOLDER@@ --> | ||
</div> | ||
</div> | ||
</div> | ||
<footer> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<div class="row"> | ||
<div class="large-8 columns"> | ||
<ul class="social"> | ||
<li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li> | ||
<li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li> | ||
<li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li> | ||
</ul> | ||
|
||
<ul class="inline-list"> | ||
<li><a href="https://www.apachefriends.org/blog.html">Blog</a></li> | ||
<li><a href="https://www.apachefriends.org/privacy_policy.html">Privacy Policy</a></li> | ||
<li> | ||
<a target="_blank" href="http://www.fastly.com/"> CDN provided by | ||
<img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" /> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="large-4 columns"> | ||
<p class="text-right">Copyright (c) 2015, Apache Friends</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.module_top, .module_bottom{ | ||
visibility: hidden; | ||
} | ||
|
||
table { | ||
border: 0px !important; | ||
} | ||
|
||
.module_content img{ | ||
min-width: 70px; | ||
} | ||
|
||
.module_content h2{ | ||
font-size: 30px; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<!-- Always force latest IE rendering engine or request Chrome Frame --> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<!-- Use title if it's in the page YAML frontmatter --> | ||
<title>404 Not Found</title> | ||
|
||
|
||
|
||
|
||
<link href="/dashboard/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/dashboard/stylesheets/all.css" rel="stylesheet" type="text/css" /> | ||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> | ||
|
||
<script src="/dashboard/javascripts/modernizr.js" type="text/javascript"></script> | ||
|
||
|
||
<link href="/dashboard/images/favicon.png" rel="icon" type="image/png" /> | ||
|
||
|
||
</head> | ||
|
||
<body class="x404"> | ||
<div id="fb-root"></div> | ||
<script>(function(d, s, id) { | ||
var js, fjs = d.getElementsByTagName(s)[0]; | ||
if (d.getElementById(id)) return; | ||
js = d.createElement(s); js.id = id; | ||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=277385395761685"; | ||
fjs.parentNode.insertBefore(js, fjs); | ||
}(document, 'script', 'facebook-jssdk'));</script> | ||
<div class="contain-to-grid"> | ||
<nav class="top-bar" data-topbar> | ||
<ul class="title-area"> | ||
<li class="name"> | ||
<h1><a href="/dashboard/index.html">Apache Friends</a></h1> | ||
</li> | ||
<li class="toggle-topbar menu-icon"> | ||
<a href="#"> | ||
<span>Menu</span> | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<section class="top-bar-section"> | ||
<!-- Right Nav Section --> | ||
<ul class="right"> | ||
<li class=""><a href="/applications.html">Applications</a></li> | ||
<li class=""><a href="/dashboard/faq.html">FAQs</a></li> | ||
<li class=""><a href="/dashboard/howto.html">HOW-TO Guides</a></li> | ||
<li class=""><a target="_blank" href="/dashboard/phpinfo.php">PHPInfo</a></li> | ||
<li class=""><a href="/phpmyadmin/">phpMyAdmin</a></li> | ||
</ul> | ||
</section> | ||
</nav> | ||
</div> | ||
|
||
<div id="wrapper"> | ||
<div class="hero"> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<h1>404 <span>Not Found</span></h1> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<h2>The page you were looking for doesn't exist.</h2> | ||
<p>Think this is an error? Please <a href="mailto:%20hello@apachefriends.org">let us know</a>.</p> | ||
<form action="/dashboard/search.html" method="get"> | ||
<div class="row"> | ||
<div class="large-8 small-9 columns"> | ||
<input type="text" name="q" placeholder="Search.."> | ||
</div> | ||
<div class="large-4 small-3 columns"> | ||
<input type="submit" class="success button postfix expand" value="Search"/> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<footer> | ||
<div class="row"> | ||
<div class="large-12 columns"> | ||
<div class="row"> | ||
<div class="large-8 columns"> | ||
<ul class="social"> | ||
<li class="twitter"><a href="https://twitter.com/apachefriends">Follow us on Twitter</a></li> | ||
<li class="facebook"><a href="https://www.facebook.com/we.are.xampp">Like us on Facebook</a></li> | ||
<li class="google"><a href="https://plus.google.com/+xampp/posts">Add us to your G+ Circles</a></li> | ||
</ul> | ||
|
||
<ul class="inline-list"> | ||
<li><a href="https://www.apachefriends.org/blog.html">Blog</a></li> | ||
<li><a href="https://www.apachefriends.org/privacy_policy.html">Privacy Policy</a></li> | ||
<li> | ||
<a target="_blank" href="http://www.fastly.com/"> CDN provided by | ||
<img width="48" data-2x="/dashboard/images/fastly-logo@2x.png" src="/dashboard/images/fastly-logo.png" /> | ||
</a> </li> | ||
</ul> | ||
</div> | ||
<div class="large-4 columns"> | ||
<p class="text-right">Copyright (c) 2018, Apache Friends</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!-- JS Libraries --> | ||
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script> | ||
<script src="/dashboard/javascripts/all.js" type="text/javascript"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.