Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,501,451
Community Members
 
Community Events
180
Community Groups

How to upload the HTML files into confluence

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.

2 answers

3 votes
Brant Schroeder Community Leader Dec 20, 2021

@Dabin Daniel Sundaram 

You can do the following to embed web content into a confluence page.  

Import web content

To embed web content on a page:

  • Use the Widget Connector Macro to display videos, slide shows, twitter chats, documents and more, sourced from other web sites and displayed on your Confluence page.
  • Embed an external web page into Confluence with the HTML Include macro
  • Use HTML code in a page with the HTML macro

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.

0 votes

<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>

</div>
</section>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events