2020-02-23 17:13:23 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2021-04-01 04:07:54 +02:00
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" >
2021-03-19 04:23:04 +01:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto&display=swap" >
2020-02-23 17:13:23 +01:00
< link rel = "stylesheet" href = "style.css" >
< title > Actually Additions Manual< / title >
2021-04-01 03:47:27 +02:00
< script src = "https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" > < / script >
2021-04-01 04:07:54 +02:00
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" > < / script >
2020-04-02 01:09:47 +02:00
< script data-ad-client = "ca-pub-5754829579653773" async src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" > < / script >
2020-02-23 17:13:23 +01:00
< / head >
< body >
2024-06-28 12:17:43 +02:00
< div id = "notices" >
<!-- Cookie notification -->
< div id = "cookieinfo" > < / div >
< script src = "../scripts/cookieinfo.js" > < / script >
<!-- Notification about the fact that the manual is currently stuck on 1.12 -->
< div class = "alert alert-warning alert-dismissible fade show" role = "alert" >
< strong > This manual currently uses information from the 1.12.2 version of the mod.< / strong > To get information about Actually Additions for 1.20 and later versions, please use the in-game manual for the time being.
< button type = "button" class = "close" data-dismiss = "alert" id = "version-notif-close" >
< span > × < / span >
< / button >
< / div >
< / div >
2024-06-28 12:11:39 +02:00
2020-11-19 23:37:12 +01:00
< div id = "sidebar" >
2022-03-05 14:27:13 +01:00
< a href = "https://ellpeck.de" > 🏠 Main Site< / a >
2022-03-05 14:26:31 +01:00
< a href = "https://ellpeck.de/support" > 💸 Support< / a >
2021-11-08 18:38:15 +01:00
< hr >
< div id = "sidebar-content" > < / div >
2020-11-19 23:37:12 +01:00
< hr >
2022-01-26 19:05:39 +01:00
< a href = "https://ellpeck.de/impressum" > 📜 Impressum< / a >
< a href = "https://ellpeck.de/privacy" > 🙈 Privacy< / a >
2022-02-12 12:22:44 +01:00
< a href = "https://status.ellpeck.de" > 🚦 Status< / a >
2021-11-08 18:38:15 +01:00
< a href = "https://git.ellpeck.de/Ellpeck/Web" > © Ellpeck< / a >
2020-11-19 23:37:12 +01:00
< / div >
2020-04-18 17:28:35 +02:00
< div id = "content" >
2024-06-28 12:11:39 +02:00
< div id = "entries" > < / div >
2020-04-18 17:28:35 +02:00
< script src = "index.js" > < / script >
2020-04-18 23:09:53 +02:00
< / div >
< div id = "footer" >
< script async src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" > < / script >
< ins class = "adsbygoogle" style = "display:block" data-ad-client = "ca-pub-5754829579653773" data-ad-slot = "1438750467" data-ad-format = "horizontal" data-full-width-responsive = "true" > < / ins >
< script >
(adsbygoogle = window.adsbygoogle || []).push({});
< / script >
2020-04-02 22:14:53 +02:00
< / div >
2020-02-23 17:13:23 +01:00
< / body >
2022-12-12 09:53:32 +01:00
< / html >