You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a folder of HTML files, and the total size is ~1GB. I would like to upload these files to internal Wiki page and display them as web pages.
You can do the following to embed web content into a confluence page.
To embed web content on a page:
Note: The HTML macro is not enabled in all sites. Talk to your Confluence Admin about whether you can use this macro.
You might also consider using an app like the all in one file importer to just bring the html pages in as confluence pages.
<section>
<div class="box">
<div class="square" style="--i:0;"></div>
<div class="square" style="--i:1;"></div>
<div class="square" style="--i:2;"></div>
<div class="square" style="--i:3;"></div>
<div class="square" style="--i:4;"></div>
<div class="square" style="--i:5;"></div>
<div class="container">
<div class="form">
<h2>LOGIN to CodePen</h2>
<form action="">
<div class="inputBx">
<input type="text" required="required">
<span>Login</span>
<i class="fas fa-user-circle"></i>
</div>
<div class="inputBx password">
<input id="password-input" type="password" name="password" required="required">
<span>Password</span>
<a href="#" class="password-control" onclick="return show_hide_password(this);"></a>
<i class="fas fa-key"></i>
</div>
<label class="remember"><input type="checkbox">
Remember</label>
<div class="inputBx">
<input type="submit" value="Log in" disabled>
</div>
</form>
<p>Forgot password? <a href="#">Click Here</a></p>
<p>Don't have an account <a href="#">Sign up</a></p>
</div>
</div>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.