-
Notifications
You must be signed in to change notification settings - Fork 1
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
Kevin Reynolds
committed
May 6, 2024
1 parent
3e29e5d
commit 4cd2bf1
Showing
5 changed files
with
33 additions
and
2 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,27 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block title %}{{ title }}{% endblock %} | ||
|
||
{% block content %} | ||
<div class="main-body"> | ||
|
||
<div class="text-center"> | ||
<img src="/static/images/banners/reference-banner.png" alt="Banner" class="img-fluid lab-header"> | ||
</div> | ||
|
||
<div class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none border-bottom"></div> | ||
|
||
<p> | ||
F5 Distributed Cloud documentation blurb | ||
</p> | ||
|
||
<h2>Load Balancing</h2> | ||
|
||
<h2>Routing</h2> | ||
|
||
<h2>Content Manipulation</h2> | ||
|
||
<h2>Portability</h2> | ||
|
||
</div> | ||
{% endblock %} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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